summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 01:21:20 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 01:21:20 +0200
commitf9147e8be131ec6f4be4c2791f2428c84e58a402 (patch)
tree5573c22c21ca064232516e3528ca28ad3d1bc9fe /bin/make_graph.py
parentd1692c78a8f7bdc1faf18d997fa1b057b32388c3 (diff)
downloadjenkins.debian.net-f9147e8be131ec6f4be4c2791f2428c84e58a402.tar.xz
reproducible: also track 'ftbfs' usertag
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index db098b22..c86e64a8 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -42,7 +42,8 @@ def main():
"#729fcf", "#204a87", "#ef2929", "#a40000", \
"#888a85", "#2e3436", "#75507b", "#cc0000", \
"#ce5c00", "#73d216", "#edd400", "#f57900", \
- "#c17d11", "#3465a4", "#666666", "#AAAAAA" ))')
+ "#c17d11", "#3465a4", "#666666", "#aaaaaa", \
+ "#aa00aa", "#ff55ff" ))')
elif int(colors) == 40:
r('palette(c("#4e9a06", "#000000"))')
elif int(colors) == 41: