]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/dak.conf
config/debian/dak.conf: add suite map for {wheezy,testing}-updates
[dak.git] / config / debian / dak.conf
index e326354ab6399a61a7c8a17425764f5892a7b7b9..251267b0bfbd1bb3433753856ce39aac73c0c42a 100644 (file)
@@ -226,12 +226,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";
@@ -374,3 +376,18 @@ Generate-Releases
     experimental;
   };
 }
+
+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";
+  };
+};