From c4e208ab523fedb9f7ed5f76f1c5d80fbf3e33e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Jun 2017 14:36:24 +0200 Subject: reproducible Debian: fixup code to deal with 4 suites being tested Signed-off-by: Holger Levsen --- bin/make_graph.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/make_graph.py') 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: -- cgit v1.2.3-54-g00ecf