]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
set STAMP variable during dinstall (mhy)
[dak.git] / config / debian / cron.dinstall
index d5776af147aadc9d327d91bfceb613a19bc5fce1..4f4619887a19d5874f74ecb49f052accd4b4f4b7 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
 }