[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: allow to push .buildinfo files from coccia
Holger Levsen
gitlab at salsa.debian.org
Thu Apr 18 15:11:58 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
cce3dbcd by Holger Levsen at 2019-04-18T14:11:46Z
reproducible Debian: allow to push .buildinfo files from coccia
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/jenkins_node_wrapper.sh
Changes:
=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -101,6 +101,10 @@ elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /srv/workspace/chroots/.* ]] ; then
elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /srv/reproducible-results/.* ]] ; then
# allow to push files to /srv/reproducible-results/
exec rsync --server "$3" . "$5" ; croak "Exec failed";
+elif [[ "$*" =~ ^rsync\ --server\ .*\ \.\ /var/lib/jenkins/userContent/reproducible/debian/ftp-master.debian.org/buildinfo/.* ]] ; then
+ # allow to push buildinfo files from coccia
+ # FIXME: limit this to pb7
+ 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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/cce3dbcd860356336f54b022d2b8f01dc445dd7d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/cce3dbcd860356336f54b022d2b8f01dc445dd7d
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/20190418/059fec6a/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list