]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/dak.conf
Merge branch 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak
[dak.git] / config / backports / dak.conf
index b9dd0a558cc9c1e20b09f4fc8e08168b320205bf..8bde62390dac12fdb133bc8296a01d5b982a05d8 100644 (file)
@@ -32,7 +32,7 @@ Dinstall
    SkipTime 300;
    // If defined then mails to close bugs are sent to the bugserver.
    CloseBugs "false";
-   OverrideDisparityCheck "true";
+   OverrideDisparityCheck "false";
    DefaultSuite "lenny-backports";
    Reject
    {
@@ -90,16 +90,18 @@ Check-Overrides
 //      OriginSuite "Unstable";
     };
 
+    lenny-backports-sloppy
+    {
+      Process "1";
+//      OriginSuite "Unstable";
+    };
+
     squeeze-backports
     {
       Process "1";
 //      OriginSuite "Unstable";
     };
 
-//    Unstable
-//    {
-//    Process "0";
-//  };
   };
 };
 
@@ -183,6 +185,15 @@ Suite
        };
   };
 
+  lenny-backports-sloppy
+  {
+       Components
+       {
+         main;
+         contrib;
+         non-free;
+       };
+  };
 
   squeeze-backports
   {
@@ -240,6 +251,7 @@ SuiteMappings
 {
  "map lenny lenny-backports";
  "map lenny-bpo lenny-backports";
+ "map lenny-bpo-sloppy lenny-backports-sloppy";
  "map squeeze squeeze-backports";
  "map squeeze-bpo squeeze-backports";
 };