X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=katie.conf;h=fc2c52d3bea3b061fed5bd9d6fcf3a26656390a0;hb=dda108c5574d1bd377106a372b162244c9bd0ea5;hp=b754c5e4680c715eab3b0c2c075677f8e6526f5e;hpb=dafb69e402e767834cf280bfb1b7a51bee812fdc;p=dak.git diff --git a/katie.conf b/katie.conf index b754c5e4..fc2c52d3 100644 --- a/katie.conf +++ b/katie.conf @@ -3,17 +3,25 @@ Dinstall PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp"; GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg"; SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg"; - SendmailCommand "/usr/sbin/sendmail -oi -t"; + SigningPubKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; + SigningKeyIds "722F1AED"; + SendmailCommand "/usr/sbin/sendmail -odq -oi -t"; MyEmailAddress "Debian Installer "; 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/ftp.debian.org/katie/log"; LockFile "/org/ftp.debian.org/katie/lock"; Bcc "archive@ftp-master.debian.org"; GroupOverrideFilename "override.group-maint"; + StableRejector "Martin (Joey) Schulze "; + FutureTimeTravelGrace 28800; // 6 hours + PastCutoffYear "1984"; + BXANotify 1; + SkipTime 300; }; Julia @@ -131,9 +139,9 @@ Suite sparc ""; }; Announce "debian-changes@lists.debian.org"; - Version "2.2r3"; + Version "2.2r6"; Origin "Debian"; - Description "Debian 2.2r3 Released 16th April 2001"; + Description "Debian 2.2r6 Released 3rd April 2002"; CodeName "potato"; OverrideCodeName "potato"; Priority "1"; @@ -156,9 +164,10 @@ Suite }; Announce "debian-changes@lists.debian.org"; CopyChanges "dists/proposed-updates/"; - Version "2.2r4"; + CopyKatie "/org/ftp.debian.org/queue/proposed-updates/"; + Version "2.2r6"; Origin "Debian"; - Description "Proposed Updates for Debian 2.2r4 - Not Released"; + Description "Proposed Updates for Debian 2.2r6 - Not Released"; CodeName "proposed-updates"; OverrideCodeName "potato"; OverrideSuite "stable"; @@ -183,7 +192,10 @@ Suite i386 ""; ia64 ""; m68k ""; + mips ""; + mipsel ""; powerpc ""; + s390 ""; sparc ""; }; Origin "Debian"; @@ -211,13 +223,17 @@ Suite i386 ""; ia64 ""; m68k ""; + mips ""; + mipsel ""; powerpc ""; + s390 ""; sparc ""; }; Origin "Debian"; Description "Debian Testing distribution updates - Not Released"; CodeName "woody-proposed-updates"; OverrideCodeName "woody"; + OverrideSuite "unstable"; Priority "4"; }; @@ -231,9 +247,9 @@ Suite }; Architectures { - source ""; + source ""; all ""; - alpha ""; + alpha ""; arm ""; hppa ""; hurd-i386 ""; @@ -269,6 +285,17 @@ Dir ListsDir "/org/ftp.debian.org/database/dists/"; LogDir "/org/ftp.debian.org/log/"; Morgue "/org/ftp.debian.org/morgue/"; + MorgueRejectDir "reject"; + OverrideDir "/org/ftp.debian.org/scripts/override/"; + QueueRootDir "/org/ftp.debian.org/queue/"; + QueueAcceptedDir "/org/ftp.debian.org/queue/accepted/"; + QueueByhandDir "/org/ftp.debian.org/queue/byhand/"; + QueueDoneDir "/org/ftp.debian.org/queue/done/"; + QueueHoldingDir "/org/ftp.debian.org/queue/holding/"; + QueueNewDir "/org/ftp.debian.org/queue/new/"; + QueueRejectDir "/org/ftp.debian.org/queue/reject/"; + QueueUncheckedDir "/org/ftp.debian.org/queue/unchecked/"; + UrgencyLogDir "/org/ftp.debian.org/testing/urgencies/"; }; DB @@ -276,6 +303,13 @@ DB Name "projectb"; Host ""; Port -1; + + NonUSName "projectb"; + NonUSHost "non-US.debian.org"; + NonUSPort -1; + NonUSUser "auric"; + NonUSPassword "moo"; + }; Architectures @@ -433,3 +467,16 @@ Location }; }; + +Urgency +{ + Default "low"; + Valid + { + low ""; + medium ""; + high ""; + emergency ""; + critical ""; + }; +};