]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
generate-releases
[dak.git] / config / debian / dak.conf
index 7c175ae4f37d6a5aee351102cd5472f23a75f592..ffb049b071e104ddbfef39d5a66a23c654e36398 100644 (file)
@@ -352,6 +352,9 @@ Suite
 
 SuiteMappings
 {
+ "silent-map lenny-security oldstable-security";
+ "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";
@@ -372,9 +375,6 @@ SuiteMappings
  "map testing-security testing-proposed-updates";
  "map-unreleased testing unstable";
  "map-unreleased testing-proposed-updates unstable";
- "silent-map lenny-security oldstable-security";
- "silent-map squeeze-security stable-security";
- "silent-map wheezy-security testing-security";
 };
 
 AutomaticByHandPackages {
@@ -525,3 +525,38 @@ Changelogs
   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
   Export "/srv/ftp-master.debian.org/export/changelogs";
 }
+
+Generate-Releases
+{
+  MD5
+  {
+    oldstable;
+    oldstable-proposed-updates;
+    proposed-updates;
+    stable;
+  };
+  SHA1
+  {
+    oldstable;
+    oldstable-proposed-updates;
+    proposed-updates;
+    squeeze-updates;
+    stable;
+    testing;
+    testing-proposed-updates;
+    unstable;
+    experimental;
+  };
+  SHA256
+  {
+    oldstable;
+    oldstable-proposed-updates;
+    proposed-updates;
+    squeeze-updates;
+    stable;
+    testing;
+    testing-proposed-updates;
+    unstable;
+    experimental;
+  };
+}