X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.conf;h=1ba81fdc645d405ebd91ec8b362ca206c6bff552;hb=d889e5903fc6da2f7ba081dca17c457a20db5fa0;hp=b754c5e4680c715eab3b0c2c075677f8e6526f5e;hpb=dafb69e402e767834cf280bfb1b7a51bee812fdc;p=dak.git diff --git a/katie.conf b/katie.conf index b754c5e4..1ba81fdc 100644 --- a/katie.conf +++ b/katie.conf @@ -3,17 +3,26 @@ 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; + SpecialAcceptedAutoBuild 1; }; Julia @@ -65,6 +74,7 @@ Rhona { // How long (in seconds) dead packages are left before being killed StayOfExecution 129600; // 1.5 days + AcceptedAutoBuildStayOfExecution 86400; // 24 hours MorgueSubDir "rhona"; OverrideFilename "override.source-only"; }; @@ -131,9 +141,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 +166,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 +194,10 @@ Suite i386 ""; ia64 ""; m68k ""; + mips ""; + mipsel ""; powerpc ""; + s390 ""; sparc ""; }; Origin "Debian"; @@ -211,13 +225,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 +249,9 @@ Suite }; Architectures { - source ""; + source ""; all ""; - alpha ""; + alpha ""; arm ""; hppa ""; hurd-i386 ""; @@ -269,6 +287,18 @@ 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/"; + AcceptedAutoBuild "/org/incoming.debian.org/buildd/"; + UrgencyLogDir "/org/ftp.debian.org/testing/urgencies/"; }; DB @@ -276,6 +306,13 @@ DB Name "projectb"; Host ""; Port -1; + + NonUSName "projectb"; + NonUSHost "non-US.debian.org"; + NonUSPort -1; + NonUSUser "auric"; + NonUSPassword "moo"; + }; Architectures @@ -433,3 +470,16 @@ Location }; }; + +Urgency +{ + Default "low"; + Valid + { + low ""; + medium ""; + high ""; + emergency ""; + critical ""; + }; +};