summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-07-31 15:05:21 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-01 12:20:59 +0000
commit609d68de146dca473180486aee94fff0430c9560 (patch)
tree864bab03f3d8c2dd19fa41d2c484714c3537ac4a /bin/reproducible_common.py
parentc22c77e35185c6b01a88fd4e8d29a0ff3194c137 (diff)
downloadjenkins.debian.net-609d68de146dca473180486aee94fff0430c9560.tar.xz
reproducible: add a new status, "depwait", where package failing to install their build-deps ends to. This will clear FTBFS a few, and give a more easy filtering for some use cases
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 99db4863..a36c89f8 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -397,6 +397,7 @@ def join_status_icon(status, package=None, version=None):
'FTBFS': 'weather-storm.png',
'FTBR' : 'weather-showers-scattered.png',
'404': 'weather-severe-alert.png',
+ 'depwait': 'weather-snow.png',
'not for us': 'weather-few-clouds-night.png',
'not_for_us': 'weather-few-clouds-night.png',
'untested': 'weather-clear-night.png',