X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fftpstats.R;h=84786df44cd965e07a3fd917e15ed5033e7234be;hb=ceb0606b4e2194dd44e185efc128717cdfa0f0d7;hp=2fa6569bee1ef849added5b53f80523323867262;hpb=26127c32273ec9aa520aff834993ebf5504dfdc1;p=dak.git diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R index 2fa6569b..84786df4 100644 --- a/scripts/debian/ftpstats.R +++ b/scripts/debian/ftpstats.R @@ -15,5 +15,5 @@ t <- (read.table("/srv/ftp-master.debian.org/misc/ftpstats.data",sep=",",header= 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("/srv/ftp-master.debian.org/web/size-quarter.png","Daily dinstall run size by arch (past quarter)",v) +plotsize("/srv/ftp.debian.org/web/size-quarter.png","Daily dinstall run size by arch (past quarter)",v)