[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian builtin-pho: fix query from false negatives

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jul 13 13:16:30 BST 2022



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
7530cbf2 by Holger Levsen at 2022-07-13T14:16:11+02:00
reproducible Debian builtin-pho: fix query from false negatives

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_builtin-pho.sh


Changes:

=====================================
bin/reproducible_html_builtin-pho.sh
=====================================
@@ -41,6 +41,7 @@ FROM
       binary_packages p, builds b
 WHERE
       p.suite='$LOCALSUITE'
+      AND (p.arch='$ARCH' OR p.arch='all')
       AND b.source=p.source
       AND p.source_version=b.source_version
       AND ( (b.arch_all AND p.arch='all') OR
@@ -58,6 +59,7 @@ FROM
       binary_packages p
 WHERE
       p.suite='$LOCALSUITE'
+      AND (p.arch='$ARCH' OR p.arch='all')
 EXCEPT
       SELECT p.source,p.version
 FROM binary_packages p, builds b



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7530cbf265c95b72131e568c0199464ccac11b83

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7530cbf265c95b72131e568c0199464ccac11b83
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/20220713/a28e861d/attachment.htm>


More information about the Qa-jenkins-scm mailing list