[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Added changelog and config file settings Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>



---
 ChangeLog              |    9 +++++++++
 config/debian/dak.conf |    8 ++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9083037..c83e4c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-23  Michael Casadevall <sonicmctails@gmail.com>
+
+        * 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  <joerg@debian.org>
 
 	* dak/make_suite_file_list.py (stable_dislocation_p): Removed
diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index b82154b..332a617 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";
-- 
1.5.6.5



Reply to: