From: Joerg Jaspert Date: Sun, 30 Dec 2007 20:42:39 +0000 (+0100) Subject: Add dak.conf option for show-new, add show-new to cron.hourly X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e7de16356672279508b4cd6259ff5fcee7900141;p=dak.git Add dak.conf option for show-new, add show-new to cron.hourly --- diff --git a/ChangeLog b/ChangeLog index c693e30f..24a7de9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-12-30 Joerg Jaspert + * config/debian/cron.hourly: Add show-new call + + * config/debian/dak.conf: Add HTMLPath for Show-New + * dak/examine_package.py (print_copyright): ignore stderr when finding copyright file. diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly old mode 100644 new mode 100755 index a094f795..375cd5ad --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -10,3 +10,4 @@ export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars date -u > $ftpdir/project/trace/ftp-master.debian.org dak import-users-from-passwd dak queue-report -n > $webdir/new.html +dak show-new > /dev/null diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 400f274a..4b8412c2 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -89,6 +89,11 @@ Mirror-Split }; }; +Show-New +{ + HTMLPath "/srv/ftp.debian.org/web/new/"; +} + Import-Users-From-Passwd { ValidGID "800";