]> git.decadent.org.uk Git - dak.git/commitdiff
Added changelog and config file settings
authorMichael Casadevall <sonicmctails@gmail.com>
Tue, 23 Dec 2008 23:47:14 +0000 (18:47 -0500)
committerMichael Casadevall <sonicmctails@gmail.com>
Tue, 23 Dec 2008 23:47:14 +0000 (18:47 -0500)
Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
ChangeLog
config/debian/dak.conf

index 9083037f33b331d648a3e9718e603fbfeac387d5..c83e4c432e99bf916d1707db800d777678634618 100644 (file)
--- 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
index b82154b3318b3f6547bae3551b491ca598c99622..332a6170d3fc7ba5cb5f09ef5c6cc164e9a35dcb 100644 (file)
@@ -589,6 +589,14 @@ Dir
   };
 };
 
+Queue-Report
+{
+  ReportLocations
+  {
+    822Location "/srv/ftp.debian.org/web/new.822";
+  };
+};
+
 DB
 {
   Name "projectb";