X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.conf;h=89b839c4744ffbe2264f3cca3ef222d84e6573b2;hb=9540d873fa78598454af57f5f8a4875969ed0439;hp=40d39c6ae86c146a039c15f76da4e3aa9a0caa2a;hpb=9ebfa30b056df56376cb0302a28a190e0aaed765;p=dak.git diff --git a/katie.conf b/katie.conf index 40d39c6a..89b839c4 100644 --- a/katie.conf +++ b/katie.conf @@ -1,276 +1,573 @@ Dinstall { - Options - { - Automatic ""; - Debug ""; - Help ""; - Ack-New ""; - Manual-Reject ""; - No-Action ""; - No-Lock ""; - No-Version-Check ""; - No-Mail ""; - Override-Distribution ""; - Version ""; - }; - PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp"; GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg"; - SendmailCommand "/usr/sbin/sendmail -oi -t"; + SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg"; + SigningPubKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg"; + SigningKeyIds "4F368D5D"; + 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() - NewAckList "/home/troup/katie/log"; // !!FIXME!! - LockFile "/home/troup/katie/lock"; // !!FIXME!! + MyDistribution "Debian"; // Used in emails + BugServer "bugs.debian.org"; + PackagesServer "packages.debian.org"; + TrackingServer "packages.qa.debian.org"; + LockFile "/org/ftp.debian.org/lock/dinstall.lock"; + Bcc "archive@ftp-master.debian.org"; + GroupOverrideFilename "override.group-maint"; + FutureTimeTravelGrace 28800; // 8 hours + PastCutoffYear "1984"; + SkipTime 300; + BXANotify "true"; + CloseBugs "true"; + OverrideDisparityCheck "true"; + StableDislocationSupport "false"; + DefaultSuite "unstable"; + QueueBuildSuites + { + unstable; + }; + Reject + { + NoSourceOnly "true"; + }; +}; +Tiffani +{ + Options + { + TempDir "/org/ftp.debian.org/tiffani"; + MaxDiffs { Default 90; }; + }; }; -Heidi +Alicia { + MyEmailAddress "Debian FTP Masters "; +}; +Billie +{ + FTPPath "/org/ftp.debian.org/ftp"; + TreeRootPath "/org/ftp.debian.org/scratch/dsilvers/treeroots"; + TreeDatabasePath "/org/ftp.debian.org/scratch/dsilvers/treedbs"; + BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k }; + CombinationTrees + { + popular { i386; powerpc; all; source; }; + source { source; }; + everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; }; + }; +}; + +Julia +{ + ValidGID "800"; + // Comma separated list of users who are in Postgres but not the passwd file + KnownPostgres "postgres,katie"; +}; + +Shania +{ Options { - Add ""; - Debug ""; - Help ""; - List ""; - Remove ""; - Set ""; - Version ""; + Days 14; }; - + MorgueSubDir "shania"; }; -Jenna +Natalie { + Options + { + Component "main"; + Suite "unstable"; + Type "deb"; + }; + ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name +}; + +Melanie +{ Options { - Architecture ""; - Component ""; - Debug ""; - Help ""; - Suite ""; - Verbose ""; - Version ""; + Suite "unstable"; }; + MyEmailAddress "Debian Archive Maintenance "; + LogFile "/org/ftp.debian.org/web/removals.txt"; + Bcc "removed-packages@qa.debian.org"; }; Neve { + ExportDir "/org/ftp.debian.org/katie/neve-files/"; +}; - ExportDir "/home/troup/katie/neve-files/"; +Lauren +{ + StableRejector "Martin (Joey) Schulze "; + MoreInfoURL "http://people.debian.org/~joey/3.1r2/"; +}; +Emilie +{ + LDAPDn "ou=users,dc=debian,dc=org"; + LDAPServer "db.debian.org"; + ExtraKeyrings + { + "/org/keyring.debian.org/keyrings/removed-keys.pgp"; + "/org/keyring.debian.org/keyrings/removed-keys.gpg"; + "/org/keyring.debian.org/keyrings/extra-keys.pgp"; + }; + KeyServer "wwwkeys.eu.pgp.net"; }; Rhona { + // How long (in seconds) dead packages are left before being killed + StayOfExecution 129600; // 1.5 days + QueueBuildStayOfExecution 86400; // 24 hours + MorgueSubDir "rhona"; +}; - Options // Currently don't do anything +Lisa +{ + AcceptedLockFile "/org/ftp.debian.org/lock/unchecked.lock"; +}; + +Cindy +{ + OverrideSuites { - Debug ""; - Help ""; - Interactive ""; - Version ""; - }; + Stable + { + Process "0"; + }; + + Testing + { + Process "1"; + OriginSuite "Unstable"; + }; - //Morgue "/org/ftp.debian.org/morgue/"; - Morgue "/org/scratch/troup/morgue/"; - // How long (in seconds) dead packages are left before being killed - StayOfExecution 259200; + Unstable + { + Process "1"; + }; + }; }; Suite { - - // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins) - - Experimental + Oldstable { - Architectures + Components { - "source" ""; - "all" ""; - "alpha" ""; - "arm" ""; - "i386" ""; - "m68k" ""; - "powerpc" ""; - "sparc" ""; + main; + contrib; + non-free; }; - Announce "debian-devel-changes@lists.debian.org"; - Version "xx"; + Architectures + { + source; + all; + alpha; + arm; + hppa; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sparc; + }; + Announce "debian-changes@lists.debian.org"; + Version "3.0r6"; Origin "Debian"; - Description "Experimental packages - not released; use at your own risk."; - CodeName "experimental"; - OverrideCodeName "experimental"; - SingleOverrideFile "true"; - Priority "0"; + Description "Debian 3.0r6 Released 31 May 2005"; + CodeName "woody"; + OverrideCodeName "woody"; + Priority "1"; + Untouchable "1"; }; Stable { - Components + Components { - main ""; - contrib ""; - non-free ""; + main; + contrib; + non-free; }; - Architectures + Architectures { - "source" ""; - "all" ""; - "alpha" ""; - "arm" ""; - "i386" ""; - "m68k" ""; - "powerpc" ""; - "sparc" ""; + source; + all; + alpha; + arm; + hppa; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sparc; }; Announce "debian-changes@lists.debian.org"; - Version "2.2r0"; + Version "3.1r1"; Origin "Debian"; - Description "Debian 2.2 Released 14th August 2000"; - CodeName "potato"; - OverrideCodeName "potato"; - Priority "1"; + Description "Debian 3.1r1 Released 17 December 2005"; + CodeName "sarge"; + OverrideCodeName "sarge"; + Priority "3"; Untouchable "1"; + ChangeLogBase "dists/stable/"; + UdebComponents + { + main; + }; }; Proposed-Updates { - Architectures + Components + { + main; + contrib; + non-free; + }; + Architectures { - "source" ""; - "all" ""; - "alpha" ""; - "arm" ""; - "i386" ""; - "m68k" ""; - "powerpc" ""; - "sparc" ""; + source; + all; + alpha; + arm; + hppa; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sparc; }; Announce "debian-changes@lists.debian.org"; CopyChanges "dists/proposed-updates/"; - Version "2.2r1"; + CopyKatie "/org/ftp.debian.org/queue/proposed-updates/"; + Version "3.1-updates"; Origin "Debian"; - Description "Proposed Updates for Debian 2.2r1 - Not Released"; + Description "Debian 3.1 Proposed Updates - Not Released"; CodeName "proposed-updates"; - OverrideCodeName "potato"; - Priority "2"; + OverrideCodeName "sarge"; + OverrideSuite "stable"; + Priority "4"; + VersionChecks + { + MustBeNewerThan + { + Stable; + }; + MustBeOlderThan + { + Testing; + Unstable; + Experimental; + }; + Enhances + { + Stable; + }; + }; + UdebComponents + { + main; + }; }; Testing { - Components + Components { - main ""; - contrib ""; - non-free ""; + main; + contrib; + non-free; }; - Architectures + Architectures { - "source" ""; - "all" ""; - "alpha" ""; - "arm" ""; - "i386" ""; - "m68k" ""; - "powerpc" ""; - "sparc" ""; + source; + all; + alpha; + arm; + hppa; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sparc; }; - Version "2.3-testing"; + Announce "debian-testing-changes@lists.debian.org"; Origin "Debian"; - Description "Debian 2.3 Testing distribution - Not Released"; - Priority "3"; + Description "Debian Testing distribution - Not Released"; + CodeName "etch"; + OverrideCodeName "etch"; + Priority "5"; + UdebComponents + { + main; + }; + }; + + Testing-Proposed-Updates + { + Components + { + main; + contrib; + non-free; + }; + Architectures + { + source; + all; + alpha; + arm; + hppa; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sparc; + }; + Announce "debian-testing-changes@lists.debian.org"; + Origin "Debian"; + Description "Debian Testing distribution updates - Not Released"; + CodeName "testing-proposed-updates"; + OverrideCodeName "etch"; + OverrideSuite "testing"; + Priority "6"; + VersionChecks + { + MustBeNewerThan + { + Stable; + Proposed-Updates; + Testing; + }; + MustBeOlderThan + { + Unstable; + Experimental; + }; + Enhances + { + Testing; + }; + }; + UdebComponents + { + main; + }; }; Unstable { - Components + Components { - main ""; - contrib ""; - non-free ""; + main; + contrib; + non-free; }; - Architectures + Architectures { - "source" ""; - "all" ""; - "alpha" ""; - "arm" ""; - "hppa" ""; - "hurd-i386" ""; - "i386" ""; - "m68k" ""; - "mips" ""; - "mipsel" ""; - "powerpc" ""; - "sh" ""; - "sparc" ""; + source; + all; + alpha; + arm; + hppa; + hurd-i386; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sh; + sparc; }; Announce "debian-devel-changes@lists.debian.org"; - Version "2.3"; Origin "Debian"; - Description "Debian 2.3 Unstable - Not Released"; - CodeName "woody"; - OverrideCodeName "woody"; - Priority "4"; + Description "Debian Unstable - Not Released"; + CodeName "sid"; + OverrideCodeName "sid"; + Priority "7"; + VersionChecks + { + MustBeNewerThan + { + Stable; + Proposed-Updates; + Testing; + Testing-Proposed-Updates; + }; + }; + UdebComponents + { + main; + }; }; + Experimental + { + Components + { + main; + contrib; + non-free; + }; + Architectures + { + source; + all; + alpha; + arm; + hppa; + hurd-i386; + i386; + ia64; + m68k; + mips; + mipsel; + powerpc; + s390; + sh; + sparc; + }; + Announce "debian-devel-changes@lists.debian.org"; + Origin "Debian"; + Description "Experimental packages - not released; use at your own risk."; + CodeName "experimental"; + NotAutomatic "yes"; + OverrideCodeName "sid"; + OverrideSuite "unstable"; + Priority "0"; + Tree "project/experimental"; + VersionChecks + { + MustBeNewerThan + { + Stable; + Proposed-Updates; + Testing; + Testing-Proposed-Updates; + Unstable; + }; + }; + + }; + +}; + +SuiteMappings +{ + "propup-version stable-security testing testing-proposed-updates unstable"; + "propup-version testing-security unstable"; + "map stable proposed-updates"; + "map stable-security proposed-updates"; + "map-unreleased stable unstable"; + "map-unreleased proposed-updates unstable"; + "map testing testing-proposed-updates"; + "map testing-security testing-proposed-updates"; + "map-unreleased testing unstable"; + "map-unreleased testing-proposed-updates unstable"; }; Dir { - RootDir "/org/ftp.debian.org/ftp/"; - PoolDir "/org/scratch/troup/pool/"; + Root "/org/ftp.debian.org/ftp/"; + Pool "/org/ftp.debian.org/ftp/pool/"; + Templates "/org/ftp.debian.org/katie/templates/"; PoolRoot "pool/"; - IncomingDir "/org/ftp.debian.org/incoming/"; - OverrideDir "/org/ftp.debian.org/scripts/override/"; - ListsDir "/org/ftp.debian.org/database/dists/"; + Lists "/org/ftp.debian.org/database/dists/"; + Log "/org/ftp.debian.org/log/"; + Lock "/org/ftp.debian.org/lock"; + Morgue "/org/ftp.debian.org/morgue/"; + MorgueReject "reject"; + Override "/org/ftp.debian.org/scripts/override/"; + QueueBuild "/org/incoming.debian.org/buildd/"; + UrgencyLog "/org/ftp.debian.org/testing/urgencies/"; + Queue + { + Accepted "/org/ftp.debian.org/queue/accepted/"; + Byhand "/org/ftp.debian.org/queue/byhand/"; + Done "/org/ftp.debian.org/queue/done/"; + Holding "/org/ftp.debian.org/queue/holding/"; + New "/org/ftp.debian.org/queue/new/"; + Reject "/org/ftp.debian.org/queue/reject/"; + Unchecked "/org/ftp.debian.org/queue/unchecked/"; + BTSVersionTrack "/org/ftp.debian.org/queue/bts_version_track/"; + }; }; DB { - Host "ftp-master.debian.org"; + Name "projectb"; + Host ""; Port -1; - ROUser "nobody"; -} + + NonUSName "projectb"; + NonUSHost "non-US.debian.org"; + NonUSPort -1; + NonUSUser "auric"; + NonUSPassword "moo"; +}; Architectures { - source "Source"; all "Architecture Independent"; alpha "DEC Alpha"; hurd-i386 "Intel ia32 running the HURD"; hppa "HP PA RISC"; - arm "Arm"; + arm "ARM"; i386 "Intel ia32"; + ia64 "Intel ia64"; m68k "Motorola Mc680x0"; - mips "SGI MIPS"; - mipsel "SGI MIPS (Little Endian)"; + mips "MIPS (Big Endian)"; + mipsel "MIPS (Little Endian)"; powerpc "PowerPC"; + s390 "IBM S/390"; sh "Hitatchi SuperH"; sparc "Sun SPARC/UltraSPARC"; - }; Archive { - ftp-master { OriginServer "ftp-master.debian.org"; + PrimaryMirror "ftp.debian.org"; Description "Master Archive for the Debian project"; }; - }; Component { - main { Description "Main"; @@ -289,43 +586,89 @@ Component MeetsDFSG "false"; }; + mixed // **NB:** only used for overrides; not yet used in other code + { + Description "Legacy Mixed"; + MeetsDFSG "false"; + }; }; -Location +Section { - - // Old style locations on ftp-master.debian.org + admin; + base; + comm; + debian-installer; + devel; + doc; + editors; + embedded; + electronics; + 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; +}; - /org/ftp.debian.org/ftp/project/experimental/ - { - Archive "ftp-master"; - Suite "experimental"; - Type "legacy-mixed"; - }; +Priority +{ + required 1; + important 2; + standard 3; + optional 4; + extra 5; + source 0; // i.e. unused +}; - /org/ftp.debian.org/ftp/dists/proposed-updates/ - { - Archive "ftp-master"; - Suite "proposed-updates"; - Type "legacy-mixed"; - }; +OverrideType +{ + deb; + udeb; + dsc; +}; - /org/ftp.debian.org/ftp/dists/ - { - Archive "ftp-master"; - Suites - { - Stable ""; - Unstable ""; - }; - Type "legacy"; - }; +Location +{ - // New pool locations on ftp-master.debian.org - /org/scratch/troup/pool/ + // Pool locations on ftp-master.debian.org + /org/ftp.debian.org/ftp/pool/ { Archive "ftp-master"; - Type "pool" + Type "pool"; }; -} +}; + +Urgency +{ + Default "low"; + Valid + { + low; + medium; + high; + emergency; + critical; + }; +};