summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-19 14:36:24 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-19 14:36:24 +0200
commitc4e208ab523fedb9f7ed5f76f1c5d80fbf3e33e9 (patch)
treef2d41a669c6fbe784f69e1006f38ef8420588f21 /bin/make_graph.py
parent5fa1dfef7776b08bd34a1b4ab74e85a8cea51e62 (diff)
downloadjenkins.debian.net-c4e208ab523fedb9f7ed5f76f1c5d80fbf3e33e9.tar.xz
reproducible Debian: fixup code to deal with 4 suites being tested
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index d97f6f82..ebe98f52 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -49,8 +49,10 @@ def main():
elif int(colors) == 40:
r('palette(c("#4e9a06", "#000000"))')
elif int(colors) == 41:
- r('palette(c("#73d216", "#000000"))')
+ r('palette(c("#57a231", "#000000"))')
elif int(colors) == 42:
+ r('palette(c("#73d216", "#000000"))')
+ elif int(colors) == 43:
r('palette(c("#8ae234", "#000000"))')
# "revert the hack" (it's still a hack :)
if int(colors) >= 40: