]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/dak.conf
Add the changelogs foo to bdo
[dak.git] / config / backports / dak.conf
index 422dce6159698c1b3cdcc0af8dd8f8c976931a5e..eb836b5dd8b79a959a78d32872031d8e62c498ce 100644 (file)
@@ -102,12 +102,6 @@ Check-Overrides
 //      OriginSuite "Unstable";
     };
 
-    etch-backports
-    {
-      Process "1";
-//      OriginSuite "Unstable";
-    };
-
 //    Unstable
 //    {
 //    Process "0";
@@ -223,23 +217,6 @@ Suite
        NotAutomatic "yes";
   };
 
-  etch-backports
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-       Announce "debian-backports-changes@lists.debian.org";
-       Origin "backports.debian.org archive";
-       Description "Backports for the Etch Distribution";
-       CodeName "etch-backports";
-       OverrideCodeName "etch-backports";
-       Priority "7";
-       NotAutomatic "yes";
-  };
-
 };
 
 Dir
@@ -277,7 +254,7 @@ Dir
 
 DB
 {
-  Name "projectb";
+  Name "backports";
   Host "";
   Port -1;
 };
@@ -460,3 +437,8 @@ Import-LDAP-Fingerprints
   };
   KeyServer "wwwkeys.eu.pgp.net";
 };
+
+Changelogs
+{
+  Export "/srv/ftp-master.debian.org/export/changelogs";
+}