[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] common-functions: slightly nicer debug output
Holger Levsen
gitlab at salsa.debian.org
Mon May 3 23:58:14 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
93dcb458 by Holger Levsen at 2021-05-04T00:58:02+02:00
common-functions: slightly nicer debug output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/common-functions.sh
Changes:
=====================================
bin/common-functions.sh
=====================================
@@ -6,7 +6,7 @@
# released under the GPLv2
common_cleanup() {
- echo "$(date -u) - $(basename $0) stopped running as $TTT, which will now be removed."
+ echo "$(date -u) - $(basename $0) stopped running as $TTT, removing."
rm -f $TTT
}
@@ -96,9 +96,12 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo "$(date -u) - running $0 (for job $WHOAREWE) on $(hostname), called using \"$@\" as arguments."
echo "$(date -u) - actually running \"$(basename $0)\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\""
echo
- echo "Please send feedback to qa-jenkins-dev at lists.alioth.debian.org or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !"
+ echo "Please send feedback to qa-jenkins-dev at lists.alioth.debian.org"
+ echo "or even better, provide https://salsa.debian.org/qa/jenkins.debian.net/merge_requests !"
echo
- echo "To dig deeper: git clone https://salsa.debian.org/qa/jenkins.debian.net.git && less README INSTALL CONTRIBUTING TODO"
+ echo "To dig deeper:
+ echo " git clone https://salsa.debian.org/qa/jenkins.debian.net.git
+ echo " less README INSTALL CONTRIBUTING TODO"
echo
echo "===================================================================================="
# this is the "hack": call ourself as a copy in /tmp again
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/93dcb45859af5e3d17a2acb156b7ca50b1b6968c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/93dcb45859af5e3d17a2acb156b7ca50b1b6968c
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/20210503/283b7887/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list