From: Luca Falavigna Date: Sun, 3 Oct 2010 12:40:32 +0000 (+0000) Subject: Restore Changelogs config entry for compatibility purposes X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c91ff0bda6190f7b80b7976b578c10e68f97c5b1;hp=f5ea296ef78efe7f946652483629379880567725;p=dak.git Restore Changelogs config entry for compatibility purposes Signed-off-by: Luca Falavigna --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 03444045..192a039b 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -470,3 +470,10 @@ 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"; + Export "/srv/ftp-master.debian.org/export/changelogs"; +}