[Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian json: improve comments & job description
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Sep 15 11:03:42 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
71c61e13 by Holger Levsen at 2023-09-15T12:02:32+02:00
reproducible Debian json: improve comments & job description
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3c2156dd by Holger Levsen at 2023-09-15T12:03:21+02:00
reproducible Debian json: drop unused dictionary declaration
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_json.py
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/reproducible_json.py
=====================================
@@ -49,10 +49,9 @@ crossarchkeys = ['package', 'version', 'suite', 'status']
archdetailkeys = ['architecture', 'version', 'status', 'build_date']
# crossarch is a dictionary of all packages used to build a summary of the
-# package's test results across all archs (for suite=unstable only)
+# package's test results across all archs and all suites
crossarch = {}
-crossarchversions = {}
for row in result:
pkg = dict(zip(keys, row))
pkg['build_date'] = str(pkg['build_date'])
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -637,7 +637,7 @@
my_timed: '30 6 1 * *'
my_hname: 'osuosl3'
- 'json':
- my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
+ my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json and https://reproducible.debian.net/userContent/reproducible-tracker.json'
my_timed: '1 H/2 * * *'
my_shellext: ".py"
- 'html_alpine':
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/eecd6c315f1b79b755ef72b37c989a8a071cb8d6...3c2156dd01a62b6335b1d7ab315b7956c46f576a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/eecd6c315f1b79b755ef72b37c989a8a071cb8d6...3c2156dd01a62b6335b1d7ab315b7956c46f576a
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/20230915/5d09eeb2/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list