From 6ea92dc4c0dbfd4bc2a2250b55e5755cd2161ca4 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 23 Dec 2008 18:47:14 -0500 Subject: [PATCH] Added changelog and config file settings Signed-off-by: Michael Casadevall --- ChangeLog | 9 +++++++++ config/debian/dak.conf | 8 ++++++++ 2 files changed, 17 insertions(+) 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"; -- 2.39.2