From 609d68de146dca473180486aee94fff0430c9560 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 31 Jul 2015 15:05:21 +0000 Subject: 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 --- bin/reproducible_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_common.py') 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', -- cgit v1.2.3-54-g00ecf