From cdf0f40d5b810958c95d68e3623a5827c89b7cf1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Oct 2015 00:11:07 +0200 Subject: reproducible: configure _node_wrapper.sh and sudoers.d correctly --- bin/jenkins_node_wrapper.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index 3c54d2dc..8286c4a9 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -83,8 +83,10 @@ elif [[ "$*" =~ reproducible_setup_pbuilder_experimental_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh experimental ; croak "Exec failed"; elif [[ "$*" =~ reproducible_maintenance_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed"; +elif [[ "$*" =~ reproducible_setup_schroot_unstable_diffoscope_.*_.* ]] ; then + exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable diffoscope locales-all ; croak "Exec failed"; elif [[ "$*" =~ reproducible_setup_schroot_unstable_.*_.* ]] ; then - exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable ; croak "Exec failed"; + exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable botch ; croak "Exec failed"; elif [[ "$*" =~ reproducible_setup_schroot_testing_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing ; croak "Exec failed"; elif [[ "$*" =~ reproducible_setup_schroot_experimental_.*_.* ]] ; then -- cgit v1.2.3-70-g09d2