From acf73af04b7560a0481f87c9e67e144f8345340a Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sun, 23 Nov 2008 23:09:43 +0000 Subject: [PATCH] Remove m68k from stats Remove spurious amd64 in addition to stable archs --- etc/graph.R | 6 +++--- trigger.daily | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/graph.R b/etc/graph.R index c4d71f9..e844c37 100644 --- a/etc/graph.R +++ b/etc/graph.R @@ -1,8 +1,8 @@ -arch <- c("alpha", "amd64", "arm", "armel", "hppa", "i386", "ia64", "m68k", "mips", +arch <- c("alpha", "amd64", "arm", "armel", "hppa", "i386", "ia64", "mips", "mipsel", "powerpc", "s390", "sparc") -palette(c("black", "turquoise", "red", "OrangeRed", "green3", "cyan", "magenta", "tomato4", +palette(c("black", "turquoise", "red", "OrangeRed", "green3", "cyan", "magenta", "violetred2","thistle4", "steelblue2", "springgreen4", - "salmon", "gray")) + "salmon")) readdata <- function (file,start) { t <- read.table(file,row.names=1,header=FALSE, diff --git a/trigger.daily b/trigger.daily index 5deb795..36d166a 100755 --- a/trigger.daily +++ b/trigger.daily @@ -255,7 +255,5 @@ if (( $last + $interval < $now )); then /srv/wanna-build/bin/wanna-build-statistics --database=$a/build-db --dist=$d >> /srv/buildd.debian.org/web/stats/$a.txt done done - echo Last Updated: `date -u` > /srv/buildd.debian.org/web/stats/amd64.txt - /srv/wanna-build/bin/wanna-build-statistics --database=amd64/build-db --dist=unstable >> /srv/buildd.debian.org/web/stats/amd64.txt echo "stats ended: `date`" fi -- 2.39.2