X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=c730a116c28120978e8bc040f79ec574150de43b;hb=ee00ba60099f741819f991db13b4d0fc65bdd960;hp=d5776af147aadc9d327d91bfceb613a19bc5fce1;hpb=459c6eaf4425915f363530216cd239fe9d8d0f9d;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d5776af1..c730a116 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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() {