]> git.decadent.org.uk Git - dak.git/blobdiff - katie.conf-security
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / katie.conf-security
diff --git a/katie.conf-security b/katie.conf-security
deleted file mode 100644 (file)
index e5ef686..0000000
+++ /dev/null
@@ -1,415 +0,0 @@
-Dinstall
-{
-   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";
-   SigningPubKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
-   SigningKeyIds "4F368D5D";
-   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";
-   LockFile "/org/security.debian.org/katie/lock";
-   Bcc "archive@ftp-master.debian.org";
-   // GroupOverrideFilename "override.group-maint";
-   FutureTimeTravelGrace 28800; // 8 hours
-   PastCutoffYear "1984";
-   SkipTime 300;
-   CloseBugs "false";
-   OverrideDisparityCheck "false";
-   BXANotify "false";
-   QueueBuildSuites
-   {
-     oldstable;
-     stable;
-     testing;
-   };
-   SecurityQueueHandling "true";     
-   SecurityQueueBuild "true";     
-   DefaultSuite "Testing";
-   SuiteSuffix "updates";
-   OverrideMaintainer "katie@security.debian.org";
-   StableDislocationSupport "false";
-   LegacyStableHasNoSections "false";
-};
-
-Julia
-{
-  ValidGID "800";
-  // Comma separated list of users who are in Postgres but not the passwd file
-  KnownPostgres "postgres,katie,www-data,udmsearch";
-};
-
-Helena
-{
-  Directories
-  {
-    byhand;
-    new;
-    accepted;
-  };
-};
-
-Shania
-{
-  Options
-  {
-    Days 14;
-  };
- MorgueSubDir "shania";
-};
-
-Melanie
-{
-  Options
-  {
-    Suite "unstable";
-  };
-
-  MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
-  LogFile "/org/security.debian.org/katie-log/removals.txt";
-};
-
-Neve
-{
-  ExportDir "/org/security.debian.org/katie/neve-files/";
-};
-
-Rhona
-{
-  // How long (in seconds) dead packages are left before being killed
-  StayOfExecution 129600; // 1.5 days
-  QueueBuildStayOfExecution 86400; // 24 hours
-  MorgueSubDir "rhona";
-  OverrideFilename "override.source-only";
-};
-
-Amber
-{
-  ComponentMappings
-  {
-    main "ftp-master.debian.org:/pub/UploadQueue";
-    contrib "ftp-master.debian.org:/pub/UploadQueue";
-    non-free "ftp-master.debian.org:/pub/UploadQueue";
-    non-US/main "non-us.debian.org:/pub/UploadQueue";
-    non-US/contrib "non-us.debian.org:/pub/UploadQueue";
-    non-US/non-free "non-us.debian.org:/pub/UploadQueue";
-  };
-};
-
-Suite
-{
-  // Priority determines which suite is used for the Maintainers file
-  // as generated by charisma (highest wins).
-
-  Oldstable
-  {
-       Components 
-       {
-         updates/main;
-         updates/contrib;
-         updates/non-free;
-       };
-       Architectures 
-       {
-         source;  
-         all;
-         alpha; 
-         arm;
-         hppa;
-         i386;
-         ia64;
-         m68k;
-         mips;
-         mipsel;
-         powerpc;
-         s390;
-         sparc;
-       };
-       Announce "katie@security.debian.org";
-       Version "3.0";
-       Origin "Debian";
-       Label "Debian-Security";
-       Description "Debian 3.0 Security Updates";
-       CodeName "woody";
-       OverrideCodeName "woody";
-       CopyKatie "/org/security.debian.org/queue/done/";
-  };
-
-  Stable
-  {
-       Components 
-       {
-         updates/main;
-         updates/contrib;
-         updates/non-free;
-       };
-       Architectures 
-       {
-         source;  
-         all;
-         alpha;
-         amd64; 
-         arm;
-         hppa;
-         i386;
-         ia64;
-         m68k;
-         mips;
-         mipsel;
-         powerpc;
-         s390;
-         sparc;
-       };
-       Announce "katie@security.debian.org";
-       Version "3.1";
-       Origin "Debian";
-       Label "Debian-Security";
-       Description "Debian 3.1 Security Updates";
-       CodeName "sarge";
-       OverrideCodeName "sarge";
-       CopyKatie "/org/security.debian.org/queue/done/";
-  };
-
-  Testing
-  {
-       Components 
-       {
-         updates/main;
-         updates/contrib;
-         updates/non-free;
-       };
-       Architectures 
-       {
-         source;  
-         all;
-         amd64; 
-         alpha; 
-         arm;
-         hppa;
-         i386;
-         ia64;
-         m68k;
-         mips;
-         mipsel;
-         powerpc;
-         s390;
-         sparc;
-       };
-       Announce "katie@security.debian.org";
-       Version "x.y";
-       Origin "Debian";
-       Label "Debian-Security";
-       Description "Debian x.y Security Updates";
-       CodeName "etch";
-       OverrideCodeName "etch";
-       CopyKatie "/org/security.debian.org/queue/done/";
-  };
-
-};
-
-SuiteMappings
-{
-  "silent-map oldstable-security oldstable";
- "silent-map stable-security stable";
- // JT - FIXME, hackorama
- // "silent-map testing-security stable";
-  "silent-map testing-security testing";
-};
-
-Dir
-{
-  Root "/org/security.debian.org/ftp/";
-  Pool "/org/security.debian.org/ftp/pool/";
-  Katie "/org/security.debian.org/katie/";
-  Templates "/org/security.debian.org/katie/templates/";
-  PoolRoot "pool/";
-  Override "/org/security.debian.org/override/";
-  Lock "/org/security.debian.org/lock/";
-  Lists "/org/security.debian.org/katie-database/dists/";
-  Log "/org/security.debian.org/katie-log/";
-  Morgue "/org/security.debian.org/morgue/";
-  MorgueReject "reject";
-  Override "/org/security.debian.org/scripts/override/";
-  QueueBuild "/org/security.debian.org/buildd/";
-  Queue
-  {
-    Accepted "/org/security.debian.org/queue/accepted/";
-    Byhand "/org/security.debian.org/queue/byhand/";
-    Done "/org/security.debian.org/queue/done/";
-    Holding "/org/security.debian.org/queue/holding/";
-    New "/org/security.debian.org/queue/new/";
-    Reject "/org/security.debian.org/queue/reject/";
-    Unchecked "/org/security.debian.org/queue/unchecked/";
-
-    Embargoed "/org/security.debian.org/queue/embargoed/";
-    Unembargoed "/org/security.debian.org/queue/unembargoed/";
-    Disembargo "/org/security.debian.org/queue/unchecked-disembargo/";
-  };
-};
-
-DB
-{
-  Name "obscurity";
-  Host ""; 
-  Port -1;
-
-};
-
-Architectures
-{
-
-  source "Source";
-  all "Architecture Independent";
-  alpha "DEC Alpha";
-  hppa "HP PA RISC";
-  arm "ARM";
-  i386 "Intel ia32";
-  ia64 "Intel ia64";
-  m68k "Motorola Mc680x0";
-  mips "MIPS (Big Endian)";
-  mipsel "MIPS (Little Endian)";
-  powerpc "PowerPC";
-  s390 "IBM S/390";
-  sparc "Sun SPARC/UltraSPARC";
-  amd64 "AMD x86_64 (AMD64)";
-
-};
-
-Archive
-{
-
-  security
-  {
-    OriginServer "security.debian.org";
-    PrimaryMirror "security.debian.org";
-    Description "Security Updates for the Debian project";
-  };
-
-};
-
-Component
-{
-
-  updates/main
-  {
-       Description "Main (updates)";
-       MeetsDFSG "true";
-  };
-
-  updates/contrib
-  {
-       Description "Contrib (updates)";
-       MeetsDFSG "true";
-  };
-
-  updates/non-free
-  {
-       Description "Software that fails to meet the DFSG";
-       MeetsDFSG "false";
-  };
-
-};
-
-ComponentMappings
-{
- "main updates/main";
- "contrib updates/contrib";
- "non-free updates/non-free";
- "non-US/main updates/main";
- "non-US/contrib updates/contrib";
- "non-US/non-free updates/non-free";
-};
-
-Section
-{
-  admin;
-  base;
-  comm;
-  debian-installer;
-  devel;
-  doc;
-  editors;
-  electronics;
-  embedded;
-  games;
-  gnome;
-  graphics;
-  hamradio;
-  interpreters;
-  kde;
-  libdevel;
-  libs;
-  mail;
-  math;
-  misc;
-  net;
-  news;
-  oldlibs;
-  otherosfs;
-  perl;
-  python;
-  science;
-  shells;
-  sound;
-  tex;
-  text;
-  utils;
-  web;
-  x11;
-  non-US;
-};
-
-Priority
-{
-  required 1;
-  important 2;
-  standard 3;
-  optional 4;
-  extra 5;
-  source 0; // i.e. unused
-};
-
-OverrideType
-{
-  deb;
-  udeb;
-  dsc;
-};
-
-Location
-{
-  /org/security.debian.org/ftp/dists/
-    {
-      Archive "security";
-      Type "legacy";
-    };
-
-  /org/security.debian.org/ftp/pool/
-    {
-      Archive "security";
-      Suites 
-       {
-         Oldstable;
-         Stable;
-         Testing;
-        };
-      Type "pool";
-    };
-};
-
-Urgency
-{
-  Default "low";
-  Valid
-  {
-    low;
-    medium;
-    high;
-    emergency;
-    critical;
-  };
-};