[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix testing suite name (fixes json for tracker.d.o)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Dec 22 12:05:59 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3cd4cee3 by Holger Levsen at 2021-12-22T13:05:44+01:00
reproducible Debian: fix testing suite name (fixes json for tracker.d.o)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_json.py
Changes:
=====================================
bin/reproducible_json.py
=====================================
@@ -60,7 +60,7 @@ for row in result:
output.append(pkg)
# tracker.d.o should only care about results in testing
- if pkg['suite'] == 'bookworm':
+ if pkg['suite'] == 'bullseye':
if pkg["status"] in ("E404", "NFU", "blacklisted"):
# don't export these states in reproducible-tracker.json
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3cd4cee3d69712fc15ff07824087236995bdb7ed
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3cd4cee3d69712fc15ff07824087236995bdb7ed
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/20211222/d278d811/attachment.htm>
More information about the Qa-jenkins-scm
mailing list