[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: ignore another last instance of buster in the dashboard
Holger Levsen
gitlab at salsa.debian.org
Tue Oct 27 23:17:04 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
30f6bfec by Holger Levsen at 2020-10-28T00:16:55+01:00
reproducible Debian: ignore another last instance of buster in the dashboard
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -543,10 +543,10 @@ create_dashboard_page() {
# write suite graphs
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
- if [ "$SUITE" = "stretch" ] ; then
+ if [ "$SUITE" = "stretch" ] || [ "$SUITE" = "bullseye" ] ; then
continue
fi
- write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
+ write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"tripleview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
SUITE="unstable"
if [ "$ARCH" = "amd64" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/30f6bfec8dbbae686718fefd972331cbd9ddb2ef
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/30f6bfec8dbbae686718fefd972331cbd9ddb2ef
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/20201027/13dfe6f0/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list