From e7de16356672279508b4cd6259ff5fcee7900141 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 30 Dec 2007 21:42:39 +0100 Subject: [PATCH] Add dak.conf option for show-new, add show-new to cron.hourly --- ChangeLog | 4 ++++ config/debian/cron.hourly | 1 + config/debian/dak.conf | 5 +++++ 3 files changed, 10 insertions(+) mode change 100644 => 100755 config/debian/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"; -- 2.39.2