diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-03 20:15:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-03 20:15:43 +0200 |
commit | 66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f (patch) | |
tree | 8acba232292863d084b6afa4e302e208a8549bcf /bin | |
parent | 8ea330e9df295630bb8167fb6211be164dd8fc8c (diff) | |
download | jenkins.debian.net-66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f.tar.xz |
reproducible: try to setup pbuilder for testing on bpi0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_node_wrapper.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh index 5aa5ed52..609b64a3 100755 --- a/bin/reproducible_node_wrapper.sh +++ b/bin/reproducible_node_wrapper.sh @@ -59,10 +59,7 @@ info "remote_host called with $*" allowed_cmds=() -# (cd ~/jenkins-tools/ && git pull) - -if [ "$*" = "tor-ci-freebsd-amd64-master" ]; then exec ~/jenkins-tools/slaves/other/tor-ci-freebsd-amd64-master/build; croak "Exec failed"; -elif [ "$*" = "tor-ci-freebsd-amd64-0.2.6" ]; then exec ~/jenkins-tools/slaves/other/tor-ci-freebsd-amd64-0.2.6/build; croak "Exec failed"; +if [ "$*" = "reproducible_setup_pbuilder_testing_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing; croak "Exec failed"; elif [ "$*" = "tor-ci-freebsd-amd64-0.2.5" ]; then exec ~/jenkins-tools/slaves/other/tor-ci-freebsd-amd64-0.2.5/build; croak "Exec failed"; fi |