[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 1/2] Add kfreebsd-{amd64,i386}.



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 |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/scripts/debian/ftpstats.R b/scripts/debian/ftpstats.R
index 62846c7..41f2c33 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) {
-- 
1.6.5



Reply to: