]> git.donarmstrong.com Git - dak.git/blobdiff - scripts/debian/ftpstats.R
More changes for franck
[dak.git] / scripts / debian / ftpstats.R
index 2626f238290285c7a5062d207965c1d8cd47da84..2fa6569bee1ef849added5b53f80523323867262 100644 (file)
@@ -11,9 +11,9 @@ plotsize <- function(file,title,p,height=11.8,width=16.9) {
        legend(par("usr")[1]+xinch(5),par("usr")[4]-yinch(0.1),legend=colnames(t),
                ncol=3,fill=1:15,xjust=1,yjust=1)
 }
-t <- (read.table("/org/ftp.debian.org/misc/ftpstats.data",sep=",",header=0,row.names=1,col.names=cname))/1024/1024
+t <- (read.table("/srv/ftp-master.debian.org/misc/ftpstats.data",sep=",",header=0,row.names=1,col.names=cname))/1024/1024
 v <- t[(length(t$all)-90):(length(t$all)),1:15]
 
 #plotsize("/org/ftp.debian.org/web/size.png","Daily dinstall run size by arch",t)
-plotsize("/org/ftp.debian.org/web/size-quarter.png","Daily dinstall run size by arch (past quarter)",v)
+plotsize("/srv/ftp-master.debian.org/web/size-quarter.png","Daily dinstall run size by arch (past quarter)",v)