[Git][qa/jenkins.debian.net][master] t.r-b.o/debian: fix some images width/placement now that we only test three archs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun May 25 21:57:15 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e7513ffc by Holger Levsen at 2025-05-25T22:57:04+02:00
t.r-b.o/debian: fix some images width/placement now that we only test three 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
=====================================
@@ -696,7 +696,7 @@ create_oldsuites_page() {
for SUITE in ${RELEASED_SUITES} ; do
write_suite_arch_table $SUITE
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>"
+ write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"tripleview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
write_page "</p><p style=\"clear:both;\">"
ARCH="amd64"
@@ -710,7 +710,7 @@ create_oldsuites_page() {
done
if ! $archived ; then
for ARCH in ${ARCHS} ; do
- write_page " <a href=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
+ write_page " <a href=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"tripleview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
done
write_page "</p><p style=\"clear:both;\">"
write_page "Oldest build result in $SUITE:"
@@ -774,7 +774,7 @@ create_performance_page() {
write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
MAINLABEL[1]="Amount of packages built each day on '$ARCH'"
- write_page " <a href=\"/debian/${TABLE[1]}_$ARCH.png\"><img src=\"/debian/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[1]}\"></a>"
+ write_page " <a href=\"/debian/${TABLE[1]}_$ARCH.png\"><img src=\"/debian/${TABLE[1]}_$ARCH.png\" class=\"triplevview\" alt=\"${MAINLABEL[1]}\"></a>"
if [ ! -f $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] || [ $DUMMY_FILE -nt $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] ; then
create_debian_png_from_table 1 ${TABLE[1]}_$ARCH.png
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e7513ffcf0dd8f4cc24a8be0c46e3f86f64bfe27
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e7513ffcf0dd8f4cc24a8be0c46e3f86f64bfe27
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/20250525/3f8e204f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list