[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] improve output of reproducible OpenWrt jobs

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jul 12 08:02:19 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
d6ad4701 by Holger Levsen at 2021-07-12T09:02:01+02:00
improve output of reproducible OpenWrt jobs

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -463,11 +463,11 @@ case $1 in
 			node_save_logs |\
 			node_cleanup_tmpdirs) 	# this is the allowed list
 						echo "####"
-						echo "#### $1 $@"
+						echo "#### $HOSTNAME $@"
 						echo "####"
 						;;
 			*)
-				echo "Unsupported remote node function $*"
+				echo "Unsupported remote node function $@"
 				exit 1
 				;;
 		esac
@@ -481,7 +481,7 @@ case $1 in
 		OPENWRT_CONFIG=$3
 	;;
 	*)
-		echo "Unsupported mode $1. Arguments are $*"
+		echo "Unsupported mode $1. Arguments are $@"
 		exit 1
 	;;
 esac



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d6ad4701cf91bf15e5660f64c621dd3496dad071

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d6ad4701cf91bf15e5660f64c621dd3496dad071
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/20210712/7046122e/attachment.htm>


More information about the Qa-jenkins-scm mailing list