X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=90dd98b86769ff7d53c2eef5f5998c556afc58df;hb=fea8715a28357e82333579374c22ac5251614a50;hp=82a76cb78aa52bf4ab2403c9a4f1a9a54dc4caae;hpb=3f0972f87f2dc1c63773eaf1c7d5e4caa81aa109;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 82a76cb7..90dd98b8 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -217,6 +217,7 @@ Suite SuiteMappings { + "reject squeeze-backports"; "silent-map squeeze-security stable-security"; "silent-map wheezy-security testing-security"; "propup-version stable-security testing testing-proposed-updates unstable"; @@ -226,12 +227,14 @@ SuiteMappings "map squeeze-updates proposed-updates"; "map wheezy testing"; "map wheezy-proposed-updates testing-proposed-updates"; + "map wheezy-updates testing-proposed-updates"; "map sid unstable"; "map rc-buggy experimental"; "map stable proposed-updates"; "map stable-security proposed-updates"; "map stable-proposed-updates proposed-updates"; "map stable-updates proposed-updates"; + "map testing-updates testing-proposed-updates"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable"; "map testing testing-proposed-updates"; @@ -379,3 +382,13 @@ ByGroup { ftpteam ""; backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports"; }; + +Command::DM { + ACL "dm"; + AdminKeyrings { + "/srv/keyring.debian.org/keyrings/debian-keyring.gpg"; + }; + Keyrings { + "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg"; + }; +};