From: Archive Administrator Date: Tue, 7 Apr 2009 11:54:40 +0000 (+0000) Subject: set STAMP variable during dinstall (mhy) X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=de771def69d674eb7fee07c69a829f3454ece7a7;p=dak.git set STAMP variable during dinstall (mhy) --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d5776af1..4f461988 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 }