[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: json: similarly to...

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Mon Jun 21 18:44:30 BST 2021



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
721a7547 by Mattia Rizzolo at 2021-06-21T19:43:45+02:00
reproducible debian: json: similarly to 37d9cc7531f6f027c1ad1f7076b6d51d64b6bece, also do not hide E404

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_json.py


Changes:

=====================================
bin/reproducible_json.py
=====================================
@@ -38,7 +38,7 @@ distro_id = get_distribution_id(DISTRO)
 # filter_query is defined in reproducible_common.py and excludes some FTBFS issues
 query = text("SELECT s.name, r.version, s.suite, s.architecture, r.status, r.build_date " + \
         "FROM results AS r JOIN sources AS s ON r.package_id = s.id "+ \
-        "WHERE status != '' AND s.distribution = :distro AND status NOT IN ('E404') AND (( status != 'FTBFS' ) OR " \
+        "WHERE status != '' AND s.distribution = :distro AND (( status != 'FTBFS' ) OR " \
         " ( status = 'FTBFS' and r.package_id NOT IN (SELECT n.package_id FROM NOTES AS n WHERE " + filter_query + " )))")
 
 result = sorted(query_db(query, distro=distro_id))
@@ -62,7 +62,7 @@ for row in result:
     # tracker.d.o should only care about results in testing
     if pkg['suite'] == 'bullseye':
 
-        if pkg["status"] in ("NFU", "blacklisted"):
+        if pkg["status"] in ("E404", "NFU", "blacklisted"):
             # don't export these states in reproducible-tracker.json
             continue
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/721a7547a485216914a4e3878ddc54d1d9345d96
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/20210621/8c306b02/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list