Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
config: dak.conf: update suites for Secure Boot signing
· 904dcbb7
Ansgar
authored
Jul 19, 2019
904dcbb7
Merge branch 'master' into deploy
· 2c390a6b
Ansgar
authored
Jul 19, 2019
2c390a6b
Show whitespace changes
Inline
Side-by-side
config/debian-security/dak.conf
View file @
2c390a6b
...
...
@@ -181,7 +181,8 @@ Include {
External
-
Signature
-
Requests
{
Default
-
Suites
{
"testing"
;
"testing-security"
;
"stable"
;
};
Export
"/srv/security-master.debian.org/build-queues/project/external-signatures/requests.json"
;
ExportSigningKeys
{
"AD7B928FBB67C45A4A484560A275AE756013B497"
; };
...
...
config/debian/dak.conf
View file @
2c390a6b
...
...
@@ -307,6 +307,9 @@ External-Signature-Requests {
"experimental"
;
"unstable"
;
"testing-proposed-updates"
;
"stable"
;
"buster-backports"
;
"stretch-backports-sloppy"
;
"stretch-backports"
;
};
Export
"/srv/ftp-master.debian.org/public/incoming.debian.org/web/debian-buildd/project/external-signatures/requests.json"
;
...
...