[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: html_packages: do not complain about missing .buildinfo for untested, blacklisted, ftbfs and not-for-us packages

Holger Levsen holger at moszumanska.debian.org
Mon Jun 15 06:19:03 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 a282597b28e907fc85d6da85ec002c838a09c5a0
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Jun 15 00:56:07 2015 +0200

    reproducible: html_packages: do not complain about missing .buildinfo for untested, blacklisted, ftbfs and not-for-us packages
---
 bin/reproducible_html_packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index a2a91c6..72b53f6 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -154,7 +154,7 @@ def gen_extra_links(package, version, suite, arch, status):
         links += '<a href="' + url + '" target="main">buildinfo</a>\n'
         if not default_view:
             default_view = url
-    else:
+    elif status not in ('untested', 'blacklisted', 'FTBFS', 'not for us'):
         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

-- 
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