Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
build pages in later stage, converage report isn't available otherwise
· f9d65b35
Ansgar
authored
Apr 12, 2019
f9d65b35
update configuration for generate-archive-key for buster
· ecabc9c5
Ansgar
authored
Apr 12, 2019
ecabc9c5
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ecabc9c5
...
...
@@ -32,6 +32,7 @@ pages:
-
mkdir -p public/epydoc
-
epydoc -q --html --graph all --css blue -n DAK -o public/epydoc --include-log --show-imports dak dakweb
-
mv coverage public/coverage
stage
:
deploy
artifacts
:
paths
:
-
public
...
...
config/debian-security/generate-archive-key.conf
View file @
ecabc9c5
name_real
=
"Debian Security Archive Automatic Signing Key"
name_email
=
"ftpmaster@debian.org"
name_comment
=
"
9/stretch
"
name_comment
=
"
10/buster
"
config/debian/generate-archive-key.conf
View file @
ecabc9c5
name_real
=
"Debian Archive Automatic Signing Key"
name_email
=
"ftpmaster@debian.org"
name_comment
=
"
9/stretch
"
name_comment
=
"
10/buster
"
scripts/debian/generate-archive-key
View file @
ecabc9c5
...
...
@@ -29,7 +29,9 @@ fi
revokers
=(
80E976F14A508A48E9CA3FE9BC372252CA1CF964
# Ansgar Burchardt <ansgar@debian.org>
FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4
# Joerg Jaspert <joerg@debian.org>
8C823DED10AA8041639E12105ACE8D6E0C14A470
# Luke Faraone <lfaraone@debian.org>
309911BEA966D0613053045711B4E5FF15B0FD82
# Mark Hymers <mhy@debian.org>
C74F6AC9E933B3067F52F33FA459EC6715B0705F
# Thorsten Alteholz <alteholz@debian.org>
)
# holders of revocation shares and number of required shares
...
...
@@ -40,8 +42,6 @@ revocation_shares=0
# holders of backup shares and number of required shares
backup_holders
=(
${
revokers
[@]
}
AB41C1C68AFD668CA045EBF8673A03E4C1DB921F
# Gunnar Eyal Wolf Iszaevich <gwolf@debian.org>
7B27A3F1A6E18CD9588B4AE8310180050905E40C
# Julien Cristau <jcristau@debian.org>
)
backup_shares
=
3
...
...