[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible_debian_live_build: More debugging

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jun 7 10:44:57 BST 2022



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


Commits:
b4290bd8 by Roland Clobus at 2022-06-07T11:44:44+02:00
reproducible_debian_live_build: More debugging

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

- - - - -


1 changed file:

- bin/jenkins_node_wrapper.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -60,7 +60,8 @@ shift
 
 if [[ "$*" = "/bin/true" ]] ; then
 	exec /bin/true ; croak "Exec failed";
-elif [[ "$1" = scp ]] && [[ "$2" = -f ]]; then
+elif [[ "$1" = scp ]] && [[ "$2" = -p ]]; then
+	echo "Debug: $@"
 	exec scp -f "$3"; croak "Exec failed";
 elif [[ "$*" = 'rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX)' ]] ; then
 	exec rm -v $(mktemp --tmpdir=/tmp read-only-fs-test-XXXXXX) ; croak "Exec failed";



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b4290bd82d305ae72c75b25880522fc3eeeacbf7
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/20220607/6f687458/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list