[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: allow rm -r /srv/reproducible-results/archlinuxrb-build.*
Holger Levsen
holger at layer-acht.org
Sat Dec 2 17:43:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4123840cb6b2dc1781f43c42f5dd11e4825b9000
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 2 17:42:30 2017 +0000
reproducible Arch Linux: allow rm -r /srv/reproducible-results/archlinuxrb-build.*
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_node_wrapper.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index f18f8e8..2098953 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -98,6 +98,8 @@ elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/tmp.* ]] ; then
exec rm -r "$3" ; croak "Exec failed";
elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/rbuild.* ]] ; then
exec rm -r "$3" ; croak "Exec failed";
+elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/archlinuxrb-build.* ]] ; then
+ exec rm -r "$3" ; croak "Exec failed";
elif [[ "$*" =~ ^rm\ -r\ /var/lib/jenkins/jobs/.*/workspace/results ]] ; then
exec rm -r "$3" ; croak "Exec failed";
elif [[ "$*" =~ ^reproducible_setup_pbuilder_buster_.*_.* ]] ; then
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list