]> git.donarmstrong.com Git - dak.git/blobdiff - katie.conf-non-US
sync
[dak.git] / katie.conf-non-US
index 290f2d87af5149fc84c1b1daf9f3dc38e96af796..e9e7cb2a9023d20803e2c4662705eac71b17639d 100644 (file)
 Dinstall
 {
-  Options
-  {
-       Automatic "";
-        Debug "";
-        Help "";
-        Ack-New "";
-        Manual-Reject "";
-        No-Action "";
-        No-Lock "";
-        No-Mail "";
-        Override-Distribution "";
-        Version "";
-   };
-
    PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
    GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
-   SendmailCommand "/usr/sbin/sendmail -oi -t";
+   SigningKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/secring.gpg";
+   SigningPubKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
+   SigningKeyIds "722F1AED";
+   SendmailCommand "/usr/sbin/sendmail -odq -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";
+   TrackingServer "packages.qa.debian.org";
    NewAckList "/org/non-us.debian.org/katie/log";
    LockFile "/org/non-us.debian.org/katie/lock";
-
-};
-
-Heidi
-{
-
-  Options
-  {
-    Add "";
-    Debug "";
-    Help "";
-    List "";
-    Remove "";
-    Set "";
-    Version "";
-   };
-
+   Bcc "archive@ftp-master.debian.org";
+   GroupOverrideFilename "override.group-maint";
+   StableRejector "Martin (Joey) Schulze <joey@debian.org>";
+   FutureTimeTravelGrace 28800; // 6 hours
+   PastCutoffYear "1984";
+   BXANotify 0;
 };
 
-Catherine
+Julia
 {
-
-  Options
-  {
-    Debug "";
-    Help "";
-    Limit "";
-    No-Action "";
-    Version "";
-   };
-
+  ValidGID "800";
+  // Comma seperated list of users who are in Postgres but not the passwd file
+  KnownPostgres "postgres,www-data,katie,auric";
 };
 
-Tea
+Shania
 {
-
   Options
   {
-    Debug "";
-    Help "";
-    Version "";
+    Days 14;
    };
-
+ MorgueSubDir "shania";
 };
 
-Jenna
-{
-
-  Options
-  {
-    Architecture "";
-    Component "";
-    Debug "";
-    Help "";
-    Suite "";
-    Verbose "";
-    Version "";
-   };
-
-};
 
-Shania
+Catherine 
 {
-
-  Options
+  Options 
   {
-    Debug "";
-    Help "";
-    Version "";
-    Days 14;
-    Incoming "";
-    Mail "";
-    No-Action "";
-    Verbose "";
-   };
-
- MorgueSubDir "shania";
+     Limit     10240;
+  };
 };
 
 Natalie
 {
-
   Options
   {
-    Debug "";
-    Help "";
-    Version "";
     Component "non-US/main";
-    List "";
     Suite "unstable";
-    Set "";
     Type "deb";
    };
-
  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
 };
 
 Melanie
 {
-
   Options
   {
-    Debug "";
-    Help "";
-    Version "";
-    Architecture "";
-    Binary-Only "";
-    Component "";
-    Done "";
-    No-Action "";
-    Partial "";
-    Reason "";
-    Source-Only "";
     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
-  {
-        Debug "";
-        Help "";
-       No-Action "";
-        Version "";
-   };
-
   // How long (in seconds) dead packages are left before being killed
-  StayOfExecution 0; // 0 days
+  StayOfExecution 129600; // 1.5 days
   MorgueSubDir "rhona";
   OverrideFilename "override.source-only";
 };
@@ -169,29 +87,31 @@ 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";
-       Origin "Debian";
-       Description "Experimental packages - not released; use at your own risk.";
-       CodeName "experimental";
-       OverrideCodeName "experimental";
-       SingleOverrideFile "true";
-       Priority "0";
-        Tree "project/experimental";
-  };
+
+  // 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
   {
@@ -203,19 +123,19 @@ 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.2r2";
+       Version "2.2r6";
        Origin "Debian";
-       Description "Debian 2.2r2 Released 5th December 2000";
+       Description "Debian 2.2r6 Released 3rd April 2002";
        CodeName "potato";
        OverrideCodeName "potato";
        Priority "1";
@@ -227,20 +147,21 @@ Suite
   {
        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.2r3";
+       CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
+       Version "2.2r6";
        Origin "Debian";
-       Description "Proposed Updates for Debian 2.2r3 - Not Released";
+       Description "Proposed Updates for Debian 2.2r6 - Not Released";
        CodeName "proposed-updates";
        OverrideCodeName "potato";
        OverrideSuite "stable";
@@ -257,21 +178,58 @@ Suite
        };
        Architectures 
        {
-         "source" "";  
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "i386" "";
-         "m68k" "";
-         "powerpc" "";
-         "sparc" "";
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         hppa "";
+         i386 "";
+         ia64 "";
+         m68k "";
+         mips "";
+         mipsel "";
+         powerpc "";
+         s390 "";
+         sparc "";
        };
        Origin "Debian";
        Description "Debian Testing distribution - Not Released";
+       CodeName "woody";
        OverrideCodeName "woody";
        Priority "3";
   };
 
+  Woody-Proposed-Updates
+  {
+       Components 
+       {
+         non-US/main "";
+         non-US/contrib "";
+         non-US/non-free "";
+       };
+       Architectures 
+       {
+         source "";  
+         all "";
+         alpha ""; 
+         arm "";
+         hppa "";
+         i386 "";
+         ia64 "";
+         m68k "";
+         mips "";
+         mipsel "";
+         powerpc "";
+         s390 "";
+         sparc "";
+       };
+       Origin "Debian";
+       Description "Debian Testing distribution updates - Not Released";
+       CodeName "woody-proposed-updates";
+       OverrideCodeName "woody";
+       Priority "4";
+  };
+
   Unstable
   {
        Components 
@@ -282,28 +240,28 @@ Suite
        };
        Architectures 
        {
-         "source" ""; 
-         "all" "";
-         "alpha" ""; 
-         "arm" "";
-         "hppa" "";
-         "hurd-i386" "";
-         "i386" "";
-         "ia64" "";
-         "m68k" "";
-         "mips" "";
-         "mipsel" "";
-         "powerpc" "";
-         "s390" "";
-         "sh" "";
-         "sparc" "";
+         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 "4";
+       Priority "5";
   };
 
 };
@@ -313,17 +271,29 @@ 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/";
+  MorgueRejectDir "reject";
+  QueueRootDir "/org/non-us.debian.org/queue/";
+  QueueAcceptedDir "/org/non-us.debian.org/queue/accepted/";
+  QueueByhandDir "/org/non-us.debian.org/queue/byhand/";
+  QueueDoneDir "/org/non-us.debian.org/queue/done/";
+  QueueHoldingDir "/org/non-us.debian.org/queue/holding/";
+  QueueNewDir "/org/non-us.debian.org/queue/new/";
+  QueueRejectDir "/org/non-us.debian.org/queue/reject/";
+  QueueUncheckedDir "/org/non-us.debian.org/queue/unchecked/";
+  UrgencyLogDir "/org/non-us.debian.org/testing/";
 };
 
 DB
 {
-  Host "non-us.debian.org";
+  Name "projectb";
+  Host "";
   Port -1;
-  ROUser "nobody";
 };
 
 Architectures
@@ -353,6 +323,7 @@ Archive
   non-US 
   {
     OriginServer "non-us.debian.org";
+    PrimaryMirror "non-us.debian.org";
     Description "Non-US Archive for the Debian project";
   };
 
@@ -384,28 +355,28 @@ Component
 Section
 {
 
-  "non-US" "";
+  non-US "";
 
 };
 
 Priority
 {
 
-  "required" 1;
-  "important" 2;
-  "standard" 3;
-  "optional" 4;
-  "extra" 5;
-  "source" 0; // i.e. unused
+  required 1;
+  important 2;
+  standard 3;
+  optional 4;
+  extra 5;
+  source 0; // i.e. unused
 
 };
 
 OverrideType
 {
 
-  "deb" "";
-  "udeb" "";
-  "dsc" "";
+  deb "";
+  udeb "";
+  dsc "";
 
 };
 
@@ -440,3 +411,17 @@ Location
     };
 
 };
+
+Urgency
+{
+  Default "low";
+  Valid
+  {
+    low "";
+    medium "";
+    high "";
+    emergency "";
+    critical "";
+  };
+};
+