X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=2ceefa8d4ff05fb1a16d04e2ebee571cf71e6171;hb=0c59a4d8c7028967be7b6368990ee4695c68e5d0;hp=2f21c6befa1110cfa9d5c6879427ed03c6611844;hpb=2151e275b03a09432ab213f0b4feb8b48bd61aa5;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 2f21c6be..2ceefa8d 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -112,6 +112,7 @@ Rm MyEmailAddress "Debian Archive Maintenance "; LogFile "/srv/ftp.debian.org/web/removals.txt"; + LogFile822 "/srv/ftp.debian.org/web/removals.822"; Bcc "removed-packages@qa.debian.org"; }; @@ -568,6 +569,7 @@ Dir Templates "/srv/ftp-master.debian.org/dak/templates/"; PoolRoot "pool/"; Lists "/srv/ftp-master.debian.org/database/dists/"; + Cache "/srv/ftp-master.debian.org/database/"; Log "/srv/ftp-master.debian.org/log/"; Lock "/srv/ftp-master.debian.org/lock"; Morgue "/srv/ftp-master.debian.org/morgue/"; @@ -773,3 +775,9 @@ Common // The default number of threads for multithreading parts of dak: ThreadCount 16; } + +Changelogs +{ + Testing "/srv/release.debian.org/tools/trille/current-testing"; + Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog"; +}