[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_packages: do not complain for missing buildlogs for not-for-us and blacklisted packages

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 18:10:40 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 0adc65510c6d447f6fdb8605fd59d45f9da3a339
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Mar 20 19:09:48 2015 +0100

    reproducible: html_packages: do not complain for missing buildlogs for not-for-us and blacklisted 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 67d2ec4..51d7979 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -149,7 +149,7 @@ def gen_extra_links(package, version, suite, arch, status):
                 sizeof_fmt(log_size) + ')</a>\n'
         if not default_view:
             default_view = url
-    elif status != 'untested':
+    elif status not in ('untested', 'not for us', 'blacklisted'):
         log.critical(REPRODUCIBLE_URL  + '/' + suite + '/' + arch + '/' + package +
                      ' didn\'t produce a buildlog, even if it has been built.')
     default_view = '/untested.html' if not default_view else default_view

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