[Git][qa/jenkins.debian.net][master] reproducible Debian: show the entire build history of each package

Holger Levsen (@holger) gitlab at salsa.debian.org
Sun Nov 19 12:47:18 GMT 2023



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


Commits:
bd88512f by Holger Levsen at 2023-11-19T13:46:39+01:00
reproducible Debian: show the entire build history of each package

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

- - - - -


1 changed file:

- bin/reproducible_html_packages.py


Changes:

=====================================
bin/reproducible_html_packages.py
=====================================
@@ -28,7 +28,7 @@ from rblib.const import (
     TEMPLATE_PATH,
     REPRODUCIBLE_URL,
     DISTRO_URL,
-    SUITES, ARCHS,
+    SUITES, ARCHIVED_SUITES, ARCHS,
     RB_PKG_PATH, RB_PKG_URI,
     HISTORY_PATH, HISTORY_URI,
     NOTES_PATH, NOTES_URI,
@@ -316,7 +316,7 @@ def gen_history_page(package, arch=None):
             # make a copy, since we modify in place
             record = dict(r)
             # skip records for suites that are unknown to us (i.e. other distro)
-            if record['suite'] not in SUITES:
+            if record['suite'] not in SUITES and record['suite'] not in ARCHIVED_SUITES:
                 continue
             # skip records for other archs if we care about arch
             if arch and record['architecture'] != arch:



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bd88512fdb108b674d6b840f91c382b3a9c17351
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/20231119/0ad17249/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list