]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Tue, 7 Apr 2009 22:47:33 +0000 (00:47 +0200)
committerJoerg Jaspert <joerg@debian.org>
Tue, 7 Apr 2009 22:47:33 +0000 (00:47 +0200)
also generate the arch-space/pkg-nums stats here

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index d5776af147aadc9d327d91bfceb613a19bc5fce1..4b615fbfed6d1669e895a213b543f93499fa993a 100755 (executable)
@@ -330,6 +330,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() {