]> git.decadent.org.uk Git - dak.git/blobdiff - katie.conf-non-US
Don't change the value of None
[dak.git] / katie.conf-non-US
index a4b7a352f878c418006db0f8d25987cfb07b953f..1867de2d245d596360bfc9c1b177fdba899ce41d 100644 (file)
 Dinstall
 {
-  Options
-  {
-       Automatic "";
-        Debug "";
-        Help "";
-        Ack-New "";
-        Manual-Reject "";
-        No-Action "";
-        No-Lock "";
-        No-Version-Check "";
-        No-Mail "";
-        Override-Distribution "";
-        Version "";
-   };
-
    PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
    GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
+   SigningKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/secring.gpg";
    SendmailCommand "/usr/sbin/sendmail -oi -t";
    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
+   MyAdminAddress "ftpmaster@debian.org";
    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
+   MyDistribution "Debian"; // Used in emails
+   BugServer "bugs.debian.org";
+   PackagesServer "packages.debian.org";
    NewAckList "/org/non-us.debian.org/katie/log";
    LockFile "/org/non-us.debian.org/katie/lock";
-
+   Bcc "archive@ftp-master.debian.org";
+   GroupOverrideFilename "override.group-maint";
 };
 
-Heidi
-{
 
+Shania
+{
   Options
   {
-    Add "";
-    Debug "";
-    Help "";
-    List "";
-    Remove "";
-    Set "";
-    Version "";
+    Days 14;
    };
-
+ MorgueSubDir "shania";
 };
 
-Jenna
+Natalie
 {
-
   Options
   {
-    Architecture "";
-    Component "";
-    Debug "";
-    Help "";
-    Suite "";
-    Verbose "";
-    Version "";
+    Component "non-US/main";
+    Suite "unstable";
+    Type "deb";
    };
+ ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
+};
 
+Melanie
+{
+  Options
+  {
+    Suite "unstable";
+   };
+   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
+   LogFile "/home/troup/public_html/removals.txt";
+   Bcc "removed-packages@qa.debian.org";
 };
 
 Neve
 {
-
   ExportDir "/org/non-us.debian.org/katie/neve-files/";
-
 };
 
 Rhona
 {
-
-  Options  // Currently don't do anything
-  {
-        Debug "";
-        Help "";
-       Interactive "";
-        Version "";
-   };
-
-  Morgue "/org/non-us.debian.org/morgue/";
   // How long (in seconds) dead packages are left before being killed
-  StayOfExecution 259200;
+  StayOfExecution 129600; // 1.5 days
+  MorgueSubDir "rhona";
+  OverrideFilename "override.source-only";
 };
 
 Suite
 {
 
   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
-  
-  Experimental
-  {
-       Architectures 
-       {
-         "source" "";  
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "i386" "";
-         "m68k" "";
-         "powerpc" "";
-         "sparc" "";
-       };
-       Announce "debian-devel-changes@lists.debian.org";
-       Version "xx";
-       Origin "Debian";
-       Description "Experimental packages - not released; use at your own risk.";
-       CodeName "experimental";
-       OverrideCodeName "experimental";
-       SingleOverrideFile "true";
-       Priority "0";
-  };
+
+  // non-US doesn't have experimental (yet)  
+//    Experimental
+//    {
+//     Architectures 
+//     {
+//       source "";  
+//       all "";
+//       alpha ""; 
+//       arm "";
+//       i386 "";
+//       m68k "";
+//       powerpc "";
+//       sparc "";
+//     };
+//     Announce "debian-devel-changes@lists.debian.org";
+//     Origin "Debian";
+//     Description "Experimental packages - not released; use at your own risk.";
+//     CodeName "experimental";
+//     OverrideCodeName "experimental";
+//     SingleOverrideFile "true";
+//     NotAutomatic "yes";
+//     Priority "0";
+//          Tree "project/experimental";
+//    };
 
   Stable
   {
@@ -118,45 +101,47 @@ Suite
        };
        Architectures 
        {
-         "source" "";  
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "i386" "";
-         "m68k" "";
-         "powerpc" "";
-         "sparc" "";
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         i386 "";
+         m68k "";
+         powerpc "";
+         sparc "";
        };
        Announce "debian-changes@lists.debian.org";
-       Version "2.2r0";
+       Version "2.2r3";
        Origin "Debian";
-       Description "Debian 2.2r1 Released 12th November 2000";
+       Description "Debian 2.2r3 Released 16th April 2001";
        CodeName "potato";
        OverrideCodeName "potato";
        Priority "1";
        Untouchable "1";
+       ChangeLogBase "dists/stable/non-US/";
   };
 
   Proposed-Updates
   {
        Architectures 
        {
-         "source" "";  
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "i386" "";
-         "m68k" "";
-         "powerpc" "";
-         "sparc" "";
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         i386 "";
+         m68k "";
+         powerpc "";
+         sparc "";
        };
        Announce "debian-changes@lists.debian.org";
        CopyChanges "dists/proposed-updates/";
-       Version "2.2r2";
+       Version "2.2r4";
        Origin "Debian";
-       Description "Proposed Updates for Debian 2.2r2 - Not Released";
+       Description "Proposed Updates for Debian 2.2r4 - Not Released";
        CodeName "proposed-updates";
        OverrideCodeName "potato";
+       OverrideSuite "stable";
        Priority "2";
   };
 
@@ -170,22 +155,25 @@ Suite
        };
        Architectures 
        {
-         "source" "";  
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "i386" "";
-         "m68k" "";
-         "powerpc" "";
-         "sparc" "";
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         hppa "";
+         i386 "";
+         ia64 "";
+         m68k "";
+         powerpc "";
+         sparc "";
        };
-       Version "2.3-testing";
        Origin "Debian";
-       Description "Debian 2.3 Testing distribution - Not Released";
+       Description "Debian Testing distribution - Not Released";
+       CodeName "woody";
+       OverrideCodeName "woody";
        Priority "3";
   };
 
-  Unstable
+  Woody-Proposed-Updates
   {
        Components 
        {
@@ -195,29 +183,58 @@ Suite
        };
        Architectures 
        {
-         "source" ""; 
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "hppa" "";
-         "hurd-i386" "";
-         "i386" "";
-         "m68k" "";
-         "mips" "";
-         "mipsel" "";
-         "powerpc" "";
-         "sh" "";
-         "sparc" "";
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         hppa "";
+         i386 "";
+         ia64 "";
+         m68k "";
+         powerpc "";
+         sparc "";
        };
-       Announce "debian-devel-changes@lists.debian.org";
-       Version "2.3";
        Origin "Debian";
-       Description "Debian 2.3 Unstable - Not Released";
-       CodeName "woody";
+       Description "Debian Testing distribution updates - Not Released";
+       CodeName "woody-proposed-updates";
        OverrideCodeName "woody";
        Priority "4";
   };
 
+  Unstable
+  {
+       Components 
+       {
+         non-US/main "";
+         non-US/contrib "";
+         non-US/non-free "";
+       };
+       Architectures 
+       {
+         source ""; 
+         all "";
+         alpha ""; 
+         arm "";
+         hppa "";
+         hurd-i386 "";
+         i386 "";
+         ia64 "";
+         m68k "";
+         mips "";
+         mipsel "";
+         powerpc "";
+         s390 "";
+         sh "";
+         sparc "";
+       };
+       Announce "debian-devel-changes@lists.debian.org";
+       Origin "Debian";
+       Description "Debian Unstable - Not Released";
+       CodeName "sid";
+       OverrideCodeName "sid";
+       Priority "5";
+  };
+
 };
 
 Dir
@@ -225,16 +242,19 @@ Dir
   RootDir "/org/non-us.debian.org/ftp/";
   PoolDir "/org/non-us.debian.org/ftp/pool/";
   PoolRoot "pool/";
+  TemplatesDir "/org/non-us.debian.org/katie/templates/";
   IncomingDir "/org/non-us.debian.org/incoming/";
   OverrideDir "/org/non-us.debian.org/scripts/override/";
   ListsDir "/org/non-us.debian.org/database/dists/";
+  LogDir "/org/non-us.debian.org/log/";
+  Morgue "/org/non-us.debian.org/morgue/";
 };
 
 DB
 {
-  Host "non-us.debian.org";
+  Name "projectb";
+  Host "";
   Port -1;
-  ROUser "nobody";
 };
 
 Architectures
@@ -247,10 +267,12 @@ Architectures
   hppa "HP PA RISC";
   arm "Arm";
   i386 "Intel ia32";
+  ia64 "Intel ia64";
   m68k "Motorola Mc680x0";
   mips "SGI MIPS";
   mipsel "SGI MIPS (Little Endian)";
   powerpc "PowerPC";
+  s390 "IBM S/390";
   sh "Hitatchi SuperH";
   sparc "Sun SPARC/UltraSPARC";
 
@@ -262,6 +284,7 @@ Archive
   non-US 
   {
     OriginServer "non-us.debian.org";
+    PrimaryMirror "non-us.debian.org";
     Description "Non-US Archive for the Debian project";
   };
 
@@ -290,6 +313,34 @@ Component
 
 };
 
+Section
+{
+
+  non-US "";
+
+};
+
+Priority
+{
+
+  required 1;
+  important 2;
+  standard 3;
+  optional 4;
+  extra 5;
+  source 0; // i.e. unused
+
+};
+
+OverrideType
+{
+
+  deb "";
+  udeb "";
+  dsc "";
+
+};
+
 Location
 {
   
@@ -309,7 +360,7 @@ Location
        {
          Stable "";
          Unstable "";
-       };
+        };
       Type "legacy";
     };