From: Michael Casadevall Date: Tue, 23 Dec 2008 23:47:14 +0000 (-0500) Subject: Added changelog and config file settings X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6ea92dc4c0dbfd4bc2a2250b55e5755cd2161ca4;hp=e1701b4a78268936e895072f292c88311ffcc6ce;p=dak.git Added changelog and config file settings Signed-off-by: Michael Casadevall --- diff --git a/ChangeLog b/ChangeLog index 9083037f..c83e4c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-12-23 Michael Casadevall + + * dak/queue_report.py - Added 822 output format + + * config/debian/dak.conf - Added 822 output location + + * dak/process_accepted.py - Added orig.tar.gz copying when going + inbetween two components + 2008-12-23 Joerg Jaspert * dak/make_suite_file_list.py (stable_dislocation_p): Removed diff --git a/config/debian/dak.conf b/config/debian/dak.conf index b82154b3..332a6170 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -589,6 +589,14 @@ Dir }; }; +Queue-Report +{ + ReportLocations + { + 822Location "/srv/ftp.debian.org/web/new.822"; + }; +}; + DB { Name "projectb";