X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.conf-non-US;h=b12b49e38dc81f920a8386a1ed3a98bf46951cea;hb=4914b5dde7ccfe58b5f88b9852deb0a19b804039;hp=407c358a2659e0d91560d81ee0d5950d188ea36c;hpb=52e6d9552f88ed0cb6a362bff2b405f017e4759e;p=dak.git diff --git a/katie.conf-non-US b/katie.conf-non-US index 407c358a..b12b49e3 100644 --- a/katie.conf-non-US +++ b/katie.conf-non-US @@ -3,7 +3,9 @@ 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"; - SendmailCommand "/usr/sbin/sendmail -oi -t"; + SigningPubKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; + SigningKeyIds "B8AE9B77 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() @@ -17,6 +19,13 @@ Dinstall StableRejector "Martin (Joey) Schulze "; }; +Julia +{ + ValidGID "800"; + // Comma seperated list of users who are in Postgres but not the passwd file + KnownPostgres "postgres,www-data,katie"; +}; + Shania { Options @@ -111,9 +120,9 @@ Suite sparc ""; }; Announce "debian-changes@lists.debian.org"; - Version "2.2r3"; + Version "2.2r5"; Origin "Debian"; - Description "Debian 2.2r3 Released 16th April 2001"; + Description "Debian 2.2r5 Released 10th January 2002"; CodeName "potato"; OverrideCodeName "potato"; Priority "1"; @@ -136,9 +145,9 @@ Suite }; Announce "debian-changes@lists.debian.org"; CopyChanges "dists/proposed-updates/"; - Version "2.2r4"; + Version "2.2r5"; Origin "Debian"; - Description "Proposed Updates for Debian 2.2r4 - Not Released"; + Description "Proposed Updates for Debian 2.2r5 - Not Released"; CodeName "proposed-updates"; OverrideCodeName "potato"; OverrideSuite "stable"; @@ -378,3 +387,9 @@ Location }; }; + +Catherine { + Options { + Limit 10240; + }; +};