[dak/master] Generate 822 format for more queues
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
ChangeLog | 5 +++++
config/debian/cron.hourly | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 69a0efa..946cf32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-30 Joerg Jaspert <joerg@debian.org>
+
+ * config/debian/cron.hourly: Generate the 822 format for accepted,
+ new, byhand and proposed-updates
+
2008-12-30 Michael Casadevall <sonicmctails@gmail.com>
* dak/queue_report.py - Added directories option to queue report
diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly
index 3ff3f7d..e543434 100755
--- a/config/debian/cron.hourly
+++ b/config/debian/cron.hourly
@@ -11,7 +11,8 @@ date -u > $ftpdir/project/trace/ftp-master.debian.org
echo "Using dak v1" >> $ftpdir/project/trace/ftp-master.debian.org
echo "Running on host: $(hostname -f)" >> $ftpdir/project/trace/ftp-master.debian.org
dak import-users-from-passwd
-dak queue-report -n -8 > $webdir/new.html
+dak queue-report -n > $webdir/new.html
+dak queue-report -8 -d accepted,new,byhand,proposedupdates
dak show-deferred > ${webdir}/deferred.html
cd $queuedir/new ; dak show-new *.changes > /dev/null
$base/dak/tools/queue_rss.py -q $queuedir/new -o $webdir/rss/ -d $base/misc
--
1.5.6.5
Reply to: