]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
merge with master
[dak.git] / config / debian / cron.dinstall
index d5776af147aadc9d327d91bfceb613a19bc5fce1..c730a116c28120978e8bc040f79ec574150de43b 100755 (executable)
@@ -238,6 +238,7 @@ function buildd() {
 function buildd_dir() {
     # Rebuilt the buildd dir to avoid long times of 403
     log "Regenerating the buildd incoming dir"
+    STAMP=$(date "+%Y%m%d%H%M")
     make_buildd_dir
 }
 
@@ -330,6 +331,8 @@ function stats() {
     cd $configdir
     $scriptsdir/update-ftpstats $base/log/* > $base/misc/ftpstats.data
     R --slave --vanilla < $base/misc/ftpstats.R
+    dak stats arch-space > $webdir/arch-space
+    dak stats pkg-nums > $webdir/pkg-nums
 }
 
 function aptftpcleanup() {