From 808a8eb28c202adf55b7b9c1faa15dd5b8b1613b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 14:07:14 +0200 Subject: reproducible: refactor --- bin/reproducible_common.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index b4d56223..31ad7338 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -674,12 +674,8 @@ class Build: return # suite/arch, or none at all self.status = str(result[0]) self.version = str(result[1]) - # this is currently used only on rb-pkg pages, no need to have - if result[2]: # parsable timestamps and the like - self.build_date = 'at ' + str(result[2]) + ' UTC' - else: - self.build_date = \ - 'UNTESTED' + if result[2]: + self.build_date = str(result[2]) + ' UTC' class Package: -- cgit v1.2.3-70-g09d2