[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: we do expect an rbuild even if the package is not-for-us

Holger Levsen holger at moszumanska.debian.org
Wed May 20 19:36:08 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 42349d607db16004db1dcc6217bd0e905436d32c
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed May 20 20:53:12 2015 +0200

    reproducible: we do expect an rbuild even if the package is not-for-us
---
 bin/reproducible_breakages.py     | 2 +-
 bin/reproducible_html_packages.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index fa30552..7e3cbcb 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -71,7 +71,7 @@ def lack_rbuild():
     bad_pkgs = []
     query = '''SELECT s.name, r.version, s.suite, s.architecture
                FROM sources AS s JOIN results AS r ON r.package_id=s.id
-               WHERE r.status NOT IN ("blacklisted", "not for us", "")
+               WHERE r.status NOT IN ("blacklisted", "")
                ORDER BY s.name ASC, s.suite DESC'''
     results = query_db(query)
     for pkg, version, suite, arch in results:
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 39e3dc6..b9cd736 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -150,7 +150,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 not in ('untested', 'not for us', 'blacklisted'):
+    elif status not in ('untested', 'blacklisted'):
         log.critical(REPRODUCIBLE_URL  + '/' + suite + '/' + arch + '/' + package +
                      ' didn\'t produce a buildlog, even though 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