]> git.donarmstrong.com Git - dak.git/commitdiff
Add kfreebsd-{amd64,i386}.
authorCyril Brulebois <kibi@debian.org>
Sat, 27 Feb 2010 09:14:04 +0000 (10:14 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 27 Feb 2010 09:14:04 +0000 (10:14 +0100)
To: debian-dak@lists.debian.org
Cc: Cyril Brulebois <kibi@debian.org>
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 <kibi@debian.org>
scripts/debian/ftpstats.R

index 62846c766c0e6780019208e5d06c96bfd9f2496a..41f2c3381f18f3b22fb6eed9c5ac3f8af5d05dbf 100644 (file)
@@ -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) {