[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_packages: be critical when a .buildinfo is missing

Holger Levsen holger at moszumanska.debian.org
Thu Jun 4 16:23:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ee9c617576b85359a5b756b5ed07a8e62ce3a45c
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu May 14 02:07:04 2015 +0200

    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 1bece45..a2a91c6 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 += '<a href="' + url + '" target="main">notes</a>\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 + '_' + \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list