]> git.decadent.org.uk Git - dak.git/commitdiff
Merge branch 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak
authorJoerg Jaspert <joerg@debian.org>
Tue, 7 Apr 2009 22:47:46 +0000 (00:47 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 7 Apr 2009 22:47:46 +0000 (00:47 +0200)
* 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak:
  set STAMP variable during dinstall (mhy)

config/debian/cron.dinstall

index 4b615fbfed6d1669e895a213b543f93499fa993a..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
 }