]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/dak.conf
Remove codename from dak.conf
[dak.git] / config / backports / dak.conf
index 422dce6159698c1b3cdcc0af8dd8f8c976931a5e..a9fb9775327413432468daa1ac4473cd8f4eb730 100644 (file)
@@ -102,12 +102,6 @@ Check-Overrides
 //      OriginSuite "Unstable";
     };
 
-    etch-backports
-    {
-      Process "1";
-//      OriginSuite "Unstable";
-    };
-
 //    Unstable
 //    {
 //    Process "0";
@@ -195,10 +189,6 @@ Suite
          non-free;
        };
 
-       Announce "debian-backports-changes@lists.debian.org";
-       Origin "Debian Backports";
-       Description "Backports for the Lenny Distribution";
-       CodeName "lenny-backports";
        OverrideCodeName "lenny-backports";
        Priority "7";
        NotAutomatic "yes";
@@ -214,32 +204,11 @@ Suite
          non-free;
        };
 
-       Announce "debian-backports-changes@lists.debian.org";
-       Origin "Debian Backports";
-       Description "Backports for the Squeeze Distribution";
-       CodeName "squeeze-backports";
        OverrideCodeName "squeeze-backports";
        Priority "7";
        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 +246,7 @@ Dir
 
 DB
 {
-  Name "projectb";
+  Name "backports";
   Host "";
   Port -1;
 };
@@ -460,3 +429,8 @@ Import-LDAP-Fingerprints
   };
   KeyServer "wwwkeys.eu.pgp.net";
 };
+
+Changelogs
+{
+  Export "/srv/backports-master.debian.org/export/changelogs";
+}