X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.conf;h=8c13ff0c2c965063198abddd02f1ca52424759ba;hb=9cbf7a4115995f8684e30e60c16819c1c78e0431;hp=cbce5bf6576b632ab6d4f81c352de29ee1ae4db9;hpb=52e6d9552f88ed0cb6a362bff2b405f017e4759e;p=dak.git diff --git a/katie.conf b/katie.conf index cbce5bf6..8c13ff0c 100644 --- a/katie.conf +++ b/katie.conf @@ -3,7 +3,7 @@ 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"; + 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() @@ -225,6 +225,7 @@ Suite Description "Debian Testing distribution updates - Not Released"; CodeName "woody-proposed-updates"; OverrideCodeName "woody"; + OverrideSuite "unstable"; Priority "4"; }; @@ -238,9 +239,9 @@ Suite }; Architectures { - source ""; + source ""; all ""; - alpha ""; + alpha ""; arm ""; hppa ""; hurd-i386 ""; @@ -440,3 +441,9 @@ Location }; }; + +Catherine { + Options { + Limit 20480; + }; +};