From fb855981827bd831e4152864c3aadd220f967ae7 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sat, 27 Feb 2010 10:14:04 +0100 Subject: [PATCH] Add kfreebsd-{amd64,i386}. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To: debian-dak@lists.debian.org Cc: Cyril Brulebois Date: Fri, 14 Aug 2009 23:11:11 +0200 Resent-From: debian-dak@lists.debian.org Also rewrap the colour list to make everything match as shown below: arch1 … archN archN+1 … arch2N colour1 … colourN colourN+1 … colour2N Two colours remain on their own line. Signed-off-by: Cyril Brulebois --- scripts/debian/ftpstats.R | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R index 62846c76..41f2c338 100644 --- a/scripts/debian/ftpstats.R +++ b/scripts/debian/ftpstats.R @@ -1,8 +1,7 @@ arch <- c("source", "all", "amd64", "i386", "alpha", "arm", "armel", "hppa", "hurd-i386", "ia64", - "mips", "mipsel", "powerpc", "s390", "sparc") -palette(c("midnightblue", "gold", "turquoise", "cyan", "black", "red", "OrangeRed", "green3", "blue", - "magenta", "tomato4", - "violetred2","thistle4", "steelblue2", "springgreen4", + "kfreebsd-amd64", "kfreebsd-i386", "mips", "mipsel", "powerpc", "s390", "sparc") +palette(c("midnightblue", "gold", "turquoise", "cyan", "black", "red", "OrangeRed", "green3", "blue", "magenta", + "comsilk3", "darkolivegreen3", "tomato4", "violetred2","thistle4", "steelblue2", "springgreen4", "salmon","gray")) cname <- c("date",arch) plotsize <- function(file,title,p,height=11.8,width=16.9) { -- 2.39.2