[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian create_debian_png_from_table: add debug output
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 7 11:26:35 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
cbc1ffdb by Holger Levsen at 2022-07-07T12:26:28+02:00
reproducible Debian create_debian_png_from_table: add debug output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -946,7 +946,10 @@ create_debian_png_from_table() {
DIR=$(dirname $2)
mkdir -p $DIR
echo "Generating $2."
+ set -x
+ cat cat ${TABLE[$1]}.csv
/srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLORS} "${MAINLABEL[$1]}" "${YLABEL[$1]}" $WIDTH $HEIGHT
+ set +x
mv $2 $DEBIAN_BASE/$DIR
[ "$DIR" = "." ] || rmdir $(dirname $2)
# create empty dummy png if there havent been any results ever
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cbc1ffdb56b9801e510808c89d46f7bddba87a67
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/cbc1ffdb56b9801e510808c89d46f7bddba87a67
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/20220707/5c1b29dc/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list