]> git.decadent.org.uk Git - dak.git/blobdiff - katie.conf
check file size as well as md5sum
[dak.git] / katie.conf
index b277385983100a9c48ad41f4effe9ba7ec6fc83d..07fc7e8a2630aa4a4c40973298836407cf581ca7 100644 (file)
@@ -20,11 +20,15 @@ Dinstall
    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
    FutureTimeTravelGrace 28800; // 6 hours
    PastCutoffYear "1984";
-   BXANotify "true";
    SkipTime 300;
-   SpecialAcceptedAutoBuild "true";
+   BXANotify "true";
    CloseBugs "true";
    OverrideDisparityCheck "true";
+   StableDislocationSupport "true";
+   AcceptedAutoBuildSuites
+   {
+     unstable;
+   };
 };
 
 Julia
@@ -103,9 +107,9 @@ Suite
          sparc;
        };
        Announce "debian-changes@lists.debian.org";
-       Version "2.2r6";
+       Version "2.2r7";
        Origin "Debian";
-       Description "Debian 2.2r6 Released 3rd April 2002";
+       Description "Debian 2.2r7 Released 12th July 2002";
        CodeName "potato";
        OverrideCodeName "potato";
        Priority "1";
@@ -129,9 +133,9 @@ Suite
        Announce "debian-changes@lists.debian.org";
        CopyChanges "dists/proposed-updates/";
        CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
-       Version "2.2r6";
+       Version "2.2r7";
        Origin "Debian";
-       Description "Proposed Updates for Debian 2.2r6 - Not Released";
+       Description "Proposed Updates for Debian 2.2r7 - Not Released";
        CodeName "proposed-updates";
        OverrideCodeName "potato";
        OverrideSuite "stable";
@@ -269,7 +273,10 @@ Suite
            Woody-Proposed-Updates;
          };
        };
-
+       UdebComponents
+       {
+         main;
+       };
   };
 
   Experimental
@@ -326,9 +333,11 @@ Suite
 SuiteMappings
 {
  "map stable proposed-updates";
+ "map stable-security proposed-updates";
  "map-unreleased stable unstable";
  "map-unreleased proposed-updates unstable";
  "map testing woody-proposed-updates";
+ "map testing-security woody-proposed-updates";
  "map-unreleased testing unstable";
  "map-unreleased woody-proposed-updates unstable";
 };
@@ -380,12 +389,12 @@ Architectures
   alpha "DEC Alpha";
   hurd-i386 "Intel ia32 running the HURD";
   hppa "HP PA RISC";
-  arm "Arm";
+  arm "ARM";
   i386 "Intel ia32";
   ia64 "Intel ia64";
   m68k "Motorola Mc680x0";
-  mips "SGI MIPS";
-  mipsel "SGI MIPS (Little Endian)";
+  mips "MIPS (Big Endian)";
+  mipsel "MIPS (Little Endian)";
   powerpc "PowerPC";
   s390 "IBM S/390";
   sh "Hitatchi SuperH";