]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
control_suite.py: generate changelog for britney runs
[dak.git] / config / debian / dak.conf
index 2f21c6befa1110cfa9d5c6879427ed03c6611844..1dd52a4e8e594c48b4977cc79d18e166c3524e43 100644 (file)
@@ -112,6 +112,7 @@ Rm
 
    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
    LogFile "/srv/ftp.debian.org/web/removals.txt";
+   LogFile822 "/srv/ftp.debian.org/web/removals.822";
    Bcc "removed-packages@qa.debian.org";
 };
 
@@ -773,3 +774,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";
+}