[Git][qa/jenkins.debian.net][master] r.d.n: fix graph labels for amd64 and all
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Feb 10 13:47:22 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
be76b69d by Holger Levsen at 2025-02-10T14:47:15+01:00
r.d.n: fix graph labels for amd64 and all
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_graph.sh
Changes:
=====================================
bin/rebuilderd_graph.sh
=====================================
@@ -42,10 +42,7 @@ fi
# update png if needed
#
if [ ! -f $PNG ] || [ $DUMMY_FILE -nt $PNG ] ; then
- case $ARCH in
- amd64) XLABEL="reproduced arch:amd64 and arch:all packages in trixie" ;;
- *) XLABEL="reproduced arch:$ARCH packages in trixie" ;;
- esac
+ XLABEL="reproduced arch:$ARCH packages in trixie" ;;
GOOD=$(tail -1 $CSV | tr -d , | cut -d ' ' -f2)
BAD=$(tail -1 $CSV | tr -d , | cut -d ' ' -f4)
PERCENTAGE=$(echo "(100*$GOOD)/($GOOD+$BAD)"|bc)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/be76b69dd88f1e45d7db1c06ffd1064700a3d35f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/be76b69dd88f1e45d7db1c06ffd1064700a3d35f
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/20250210/b84c8826/attachment.htm>
More information about the Qa-jenkins-scm
mailing list