summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-06 18:59:00 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-06 20:08:25 +0100
commit62a956483e4163bff07a2cba9aa272ff0da2c3c1 (patch)
tree87eda9e19eca30c075124bd46933596a23029840 /bin/reproducible_common.py
parent4c3f0e1e29dc7efaac31e10cf656f510257df15e (diff)
downloadjenkins.debian.net-62a956483e4163bff07a2cba9aa272ff0da2c3c1.tar.xz
reproducible: html_packages: build pages also for untested packages. Add another icon
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 ff5496e0..554e95ed 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -336,6 +336,7 @@ def join_status_icon(status, package=None, version=None):
'404': 'weather-severe-alert.png',
'not for us': 'weather-few-clouds-night.png',
'not_for_us': 'weather-few-clouds-night.png',
+ 'untested': 'weather-clear-night.png',
'blacklisted': 'error.png'}
if status == 'unreproducible':
status = 'FTBR'