summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-03 20:15:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-03 20:15:43 +0200
commit66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f (patch)
tree8acba232292863d084b6afa4e302e208a8549bcf /bin
parent8ea330e9df295630bb8167fb6211be164dd8fc8c (diff)
downloadjenkins.debian.net-66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f.tar.xz
reproducible: try to setup pbuilder for testing on bpi0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_node_wrapper.sh5
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