[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fixup allow rsync command

Holger Levsen gitlab at salsa.debian.org
Thu Feb 27 01:22:48 GMT 2020



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


Commits:
3da636ea by Holger Levsen at 2020-02-27T02:22:30+01:00
reproducible Debian: fixup allow rsync command

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

- - - - -


2 changed files:

- bin/jenkins_node_wrapper.sh
- bin/reproducible_html_rsync_builtin-pho.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -108,7 +108,7 @@ elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /var/lib/jenkins/userContent/reproduci
 	# FIXME: limit this to pb7
 	exec rsync --server "$3" . "$5" ; croak "Exec failed";
 elif [[ "$*" =~ ^rsync\ --server\ --sender\ .*\ \.\ /var/lib/jenkins/builtin-pho-html/debian/.* ]] ; then
-	exec rsync --server "$4" . "$6" ; croak "Exec failed";
+	exec rsync --server --sender "$4" . "$6" ; croak "Exec failed";
 elif [[ "$*" =~ ^mkdir\ -p\ /srv/d-i/isos.* ]] ; then
 	exec mkdir -p "$3"  ; croak "Exec failed";
 elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/tmp.* ]] ; then


=====================================
bin/reproducible_html_rsync_builtin-pho.sh
=====================================
@@ -13,6 +13,6 @@ common_init "$@"
 
 # rsync builtin-pho results from pb7
 for ARCH in ${ARCHS} ; do
-	rsync -av profitbricks-build7-amd64.debian.net:/var/lib/jenkins/builtin-pho-html/debian/$ARCH $BASE/debian/$ARCH/
+	rsync -av profitbricks-build7-amd64.debian.net:/var/lib/jenkins/builtin-pho-html/debian/$ARCH/ $BASE/debian/$ARCH/
 done
 



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3da636eaf5dc20b79be67570eb75435a36cd8bf7
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/20200227/6e350e09/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list