X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=katie.conf;h=6cc499cf7d6b116e590a4a83be755a7035408d2f;hb=5b1244957793ec103b80d2c5516e1744324806ea;hp=1ba81fdc645d405ebd91ec8b362ca206c6bff552;hpb=336e084aeebe6c6c6f07b8c9172a7fe8fb93487f;p=dak.git diff --git a/katie.conf b/katie.conf index 1ba81fdc..6cc499cf 100644 --- a/katie.conf +++ b/katie.conf @@ -20,9 +20,11 @@ Dinstall StableRejector "Martin (Joey) Schulze "; FutureTimeTravelGrace 28800; // 6 hours PastCutoffYear "1984"; - BXANotify 1; + BXANotify "true"; SkipTime 300; - SpecialAcceptedAutoBuild 1; + SpecialAcceptedAutoBuild "true"; + CloseBugs "true"; + OverrideDisparityCheck "true"; }; Julia @@ -275,30 +277,39 @@ Suite }; +SuiteMappings +{ + "map stable proposed-updates" + "map-unreleased stable unstable" + "map-unreleased proposed-updates unstable" + "ignore testing" +}; + Dir { - RootDir "/org/ftp.debian.org/ftp/"; - PoolDir "/org/ftp.debian.org/ftp/pool/"; - TemplatesDir "/org/ftp.debian.org/katie/templates/"; - LockDir "/org/ftp.debian.org/katie/locks/"; + 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/"; - LogDir "/org/ftp.debian.org/log/"; + Override "/org/ftp.debian.org/scripts/override/"; + Lists "/org/ftp.debian.org/database/dists/"; + Log "/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/"; + MorgueReject "reject"; + Override "/org/ftp.debian.org/scripts/override/"; AcceptedAutoBuild "/org/incoming.debian.org/buildd/"; - UrgencyLogDir "/org/ftp.debian.org/testing/urgencies/"; + UrgencyLog "/org/ftp.debian.org/testing/urgencies/"; + Queue + { + Root "/org/ftp.debian.org/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/"; + }; }; DB