[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: _html_packages: do not complain about missing .buildinfo files for depwait and 404 packages

Holger Levsen holger at moszumanska.debian.org
Fri Aug 7 13:20:49 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 a9439e8e0590132d1950ff6a1ca2d075bcfbfeba
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Aug 7 12:41:19 2015 +0000

    reproducible: _html_packages: do not complain about missing .buildinfo files for depwait and 404 packages
---
 bin/reproducible_html_packages.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 903c9ef..3108086 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -164,8 +164,8 @@ 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
-    elif status not in ('untested', 'blacklisted', 'FTBFS', 'not for us') and \
-        not args.ignore_missing_files:
+    elif not args.ignore_missing_files and status not in \
+        ('untested', 'blacklisted', 'FTBFS', 'not for us', 'depwait', '404'):
             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