From 92e5d1fd7a6aa00fab00da0126f7fa89066d5b70 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 3 Mar 2015 19:35:27 +0100 Subject: reproducible: common: drop another leftover of the era where some packages did not produce .buildinfo files --- bin/reproducible_common.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 0e75dade..2e7230c9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -318,11 +318,6 @@ def join_status_icon(status, package=None, version=None): 'not_for_us': 'weather-few-clouds-night.png', 'blacklisted': 'error.png'} if status == 'unreproducible': - if not package: - log.error('Could not determinate the real state of package None. ' - + 'Returning a generic "FTBR"') - status = 'FTBR' - else: status = 'FTBR' log.debug('Linking status ⇔ icon. package: ' + str(package) + ' @ ' + str(version) + ' status: ' + status) -- cgit v1.2.3-70-g09d2