[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian dashboard: adjust comma_comma_and() to the recently changed order of archs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Apr 27 15:07:11 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0685dc8f by Holger Levsen at 2023-04-27T16:07:00+02:00
reproducible Debian dashboard: adjust comma_comma_and() to the recently changed order of archs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -705,7 +705,7 @@ create_oldsuites_page() {
write_page "$AGE days for ${ARCH}$COMMA_VAR"
done
else
- write_page "$SUITE has been archived and is not tested anymore."
+ write_page "$SUITE has been archived"
fi
write_page ".</p>"
done
@@ -739,8 +739,8 @@ create_bugs_page() {
comma_comma_and(){
case $1 in
- amd64|i386) COMMA_VAR=", " ;;
- arm64) COMMA_VAR=" and " ;;
+ amd64|arm64) COMMA_VAR=", " ;;
+ armhf) COMMA_VAR=" and " ;;
*) COMMA_VAR="" ;;
esac
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0685dc8f22461b1953f8dca2fb7e44f0166f5810
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0685dc8f22461b1953f8dca2fb7e44f0166f5810
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/20230427/20fafc0f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list