[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: limit unrep_with_dbd_issues() to Debian architectures for now
Holger Levsen
gitlab at salsa.debian.org
Tue Dec 18 11:27:15 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e4803e6b by Holger Levsen at 2018-12-18T11:27:00Z
reproducible: limit unrep_with_dbd_issues() to Debian architectures for now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_breakages.py
Changes:
=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -36,7 +36,7 @@ def unrep_with_dbd_issues():
sources_without_dbd = set()
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='FTBR'
+ WHERE r.status='FTBR' AND s.architecture!='x86_64'
ORDER BY s.name ASC, s.suite DESC, s.architecture ASC'''
results = query_db(query)
for pkg, version, suite, arch in results:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e4803e6b6b6dbde59fe69bfc7429685d7c41ef02
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/e4803e6b6b6dbde59fe69bfc7429685d7c41ef02
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181218/0fd397af/attachment.html>
More information about the Qa-jenkins-scm
mailing list