]> 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)

1  2 
config/debian/cron.dinstall

index 4b615fbfed6d1669e895a213b543f93499fa993a,4f4619887a19d5874f74ecb49f052accd4b4f4b7..c730a116c28120978e8bc040f79ec574150de43b
@@@ -238,6 -238,7 +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,8 -331,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() {