[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: be more open to rsync files around

Holger Levsen gitlab at salsa.debian.org
Thu Feb 27 00:48:57 GMT 2020



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


Commits:
3fc5f0d3 by Holger Levsen at 2020-02-27T01:48:46+01:00
reproducible Debian: be more open to rsync files around

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

- - - - -


2 changed files:

- bin/jenkins_node_wrapper.sh
- bin/reproducible_html_builtin-pho.sh


Changes:

=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -107,6 +107,10 @@ elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /var/lib/jenkins/userContent/reproduci
 	# allow to push buildinfo files from coccia
 	# FIXME: limit this to pb7
 	exec rsync --server "$3" . "$5" ; croak "Exec failed";
+elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /var/lib/jenkins/userContent/reproducible/debian/ ]] ; then
+	# allow to push built-inpho stats from pb7 to jenkins
+	# FIXME: limit this
+	exec rsync --server "$3" . "$5" ; 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_builtin-pho.sh
=====================================
@@ -58,7 +58,7 @@ create_buildinfo_page() {
 	mkdir -p ~jenkins/builtin-pho-html/debian/$SUITE/$ARCH
 	echo "$(date -u) - $(cp -v $PAGE ~jenkins/builtin-pho-html/debian/$SUITE/$ARCH/)"
 	rm $PAGE
-	echo "$(date -u) - enjoy $REPRODUCIBLE_URL/debian/$SUITE/$ARCH/$PAGE"
+	echo "$(date -u) - $REPRODUCIBLE_URL/debian/$SUITE/$ARCH/$PAGE will be updated (via rsync) in 10min roughly..."
 }
 
 #



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3fc5f0d3327b29be62b77389fdfb8f2842fb1fc1
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/3520f1c1/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list