From ee9c617576b85359a5b756b5ed07a8e62ce3a45c Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 14 May 2015 02:07:04 +0200 Subject: reproducible: html_packages: be critical when a .buildinfo is missing --- bin/reproducible_html_packages.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 1bece45d..a2a91c6d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -131,7 +131,6 @@ def gen_extra_links(package, version, suite, arch, status): links = '' default_view = '' - # check whether there are notes available for this package if os.access(notes, os.R_OK): url = NOTES_URI + '/' + package + '_note.html' links += 'notes\n' @@ -156,7 +155,7 @@ def gen_extra_links(package, version, suite, arch, status): if not default_view: default_view = url else: - log.debug('buildinfo not detected at ' + buildinfo) + log.critical('buildinfo not detected at ' + buildinfo) rbuild = pkg_has_rbuild(package, version, suite, arch) if rbuild: # being a tuple (rbuild path, size), empty if non existant url = RBUILD_URI + '/' + suite + '/' + arch + '/' + package + '_' + \ -- cgit v1.2.3-54-g00ecf