summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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'