summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 14:37:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 14:37:11 +0100
commit27b39cecbd4be8870fc93d3be2b10751db804483 (patch)
tree0514447b973f7a229d321c0efb8bfe7a13cea219 /bin/make_graph.py
parentb922356cc047585b2d5b441064846e95b6a56e74 (diff)
downloadjenkins.debian.net-27b39cecbd4be8870fc93d3be2b10751db804483.tar.xz
reproducible: aggregate suites for builds_per_day stats
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index 0233594c..83f71aa8 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -28,7 +28,7 @@ def main():
r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))')
r('cname <- c("date",rep(colnames(t)))')
# thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
- if int(colors) < 10:
+ if int(colors) < 9:
r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
else:
r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \