]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Configure new DM implementation for Debian.
[dak.git] / config / debian / dak.conf
index 7c5d57f686f93f6ac0f1ecaa1c26b2735a2a1888..1781958a49c1e446b449dba7e0015b9dd88bfa02 100644 (file)
@@ -144,34 +144,14 @@ Check-Overrides
 
 Suite
 {
-  OldStable
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
   Stable
   {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  OldStable-Proposed-Updates
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
+       Components
+       {
+         main;
+         contrib;
+         non-free;
+       };
   };
 
   Proposed-Updates
@@ -239,7 +219,6 @@ SuiteMappings
 {
  "silent-map squeeze-security stable-security";
  "silent-map wheezy-security testing-security";
- "propup-version oldstable-security stable testing testing-proposed-updates unstable";
  "propup-version stable-security testing testing-proposed-updates unstable";
  "propup-version testing-security unstable";
  "map squeeze stable";
@@ -249,13 +228,10 @@ SuiteMappings
  "map wheezy-proposed-updates testing-proposed-updates";
  "map sid unstable";
  "map rc-buggy experimental";
- "map oldstable oldstable-proposed-updates";
- "map oldstable-security oldstable-proposed-updates";
  "map stable proposed-updates";
  "map stable-security proposed-updates";
  "map stable-proposed-updates proposed-updates";
  "map stable-updates proposed-updates";
- "map-unreleased oldstable unstable";
  "map-unreleased stable unstable";
  "map-unreleased proposed-updates unstable";
  "map testing testing-proposed-updates";
@@ -295,6 +271,7 @@ AutomaticByHandPackages {
 
 Dir
 {
+  Base "/srv/ftp-master.debian.org/";
   Root "/srv/ftp-master.debian.org/ftp/";
   Pool "/srv/ftp-master.debian.org/ftp/pool/";
   Templates "/srv/ftp-master.debian.org/dak/templates/";
@@ -368,8 +345,6 @@ Generate-Releases
 {
   MD5Sum
   {
-    oldstable;
-    oldstable-proposed-updates;
     proposed-updates;
     stable;
     squeeze-updates;
@@ -380,8 +355,6 @@ Generate-Releases
   };
   SHA1
   {
-    oldstable;
-    oldstable-proposed-updates;
     proposed-updates;
     squeeze-updates;
     stable;
@@ -392,8 +365,6 @@ Generate-Releases
   };
   SHA256
   {
-    oldstable;
-    oldstable-proposed-updates;
     proposed-updates;
     squeeze-updates;
     stable;
@@ -403,3 +374,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";
+  };
+};