[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup ffc13a29: reproducible Debian: create oldsuites page, showing suites we used to test
Holger Levsen
gitlab at salsa.debian.org
Fri Jan 24 14:30:50 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c1accbfb by Holger Levsen at 2020-01-24T15:30:17+01:00
fixup ffc13a29: reproducible Debian: create oldsuites page, showing suites we used to test
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -412,6 +412,7 @@ write_build_performance_stats() {
# write suite/arch table
#
write_suite_arch_table() {
+ local SUITES="$@"
local SUITE=""
local ARCH=""
write_page "<p>"
@@ -438,9 +439,6 @@ write_suite_arch_table() {
write_icon
write_page "blacklisted</th></tr>"
for SUITE in $SUITES ; do
- if [ "$SUITE" = "stretch" ] ; then
- continue
- fi
for ARCH in ${ARCHS} ; do
gather_suite_arch_stats
write_page "<tr><td class=\"left\"><a href=\"/debian/$SUITE/$ARCH\">$SUITE/$ARCH</a></td><td>$AMOUNT"
@@ -540,7 +538,7 @@ create_dashboard_page() {
ARCH="amd64"
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Overview of various statistics about reproducible builds"
- write_suite_arch_table
+ write_suite_arch_table buster bullseye unstable experimental # this is a bit suboptimal but an easy way to exclude stretch from $SUITES
# write suite graphs
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
@@ -653,7 +651,7 @@ create_oldsuites_page() {
ARCH="amd64"
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Overview of old suites"
- write_suite_arch_table
+ write_suite_arch_table stretch
# write suite graphs
for ARCH in ${ARCHS} ; do
write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c1accbfb85c25af7429f544d02996a59bc402636
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c1accbfb85c25af7429f544d02996a59bc402636
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/20200124/f30f825d/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list