]> git.donarmstrong.com Git - dak.git/commitdiff
Add dak.conf option for show-new, add show-new to cron.hourly
authorJoerg Jaspert <joerg@debian.org>
Sun, 30 Dec 2007 20:42:39 +0000 (21:42 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 30 Dec 2007 20:42:39 +0000 (21:42 +0100)
ChangeLog
config/debian/cron.hourly [changed mode: 0644->0755]
config/debian/dak.conf

index c693e30f95390be7141ca9eeac2ba84169ce5492..24a7de9cf5ed3dcb6ab1fa9485ed7266975131f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-30  Joerg Jaspert  <joerg@debian.org>
 
+       * 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.
 
old mode 100644 (file)
new mode 100755 (executable)
index a094f79..375cd5a
@@ -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
index 400f274af306c0f550ce5ba6faecd481c0699fc1..4b8412c290c5a4abdc97a2b618e40d4701b8d9c8 100644 (file)
@@ -89,6 +89,11 @@ Mirror-Split
   };
 };
 
+Show-New
+{
+  HTMLPath "/srv/ftp.debian.org/web/new/";
+}
+
 Import-Users-From-Passwd
 {
   ValidGID "800";