summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_node_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-04 15:03:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-04 15:03:38 +0200
commit49c0c87616540ba01af6c4c351b060d8902c501e (patch)
tree4c274db349f08f7edd39bd2a59a74c2d1e9c0039 /bin/reproducible_node_wrapper.sh
parent22dce6eaeb9bda034a4e725b49977a65cb6f96ad (diff)
downloadjenkins.debian.net-49c0c87616540ba01af6c4c351b060d8902c501e.tar.xz
reproducible: run maintenance job on bpi0 (armhf) too
Diffstat (limited to 'bin/reproducible_node_wrapper.sh')
-rwxr-xr-xbin/reproducible_node_wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh
index 609b64a3..6f46333c 100755
--- a/bin/reproducible_node_wrapper.sh
+++ b/bin/reproducible_node_wrapper.sh
@@ -59,8 +59,8 @@ info "remote_host called with $*"
allowed_cmds=()
-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";
+if [ "$*" = "reproducible_setup_pbuilder_testing_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed";
+elif [ "$*" = "reproducible_maintenance_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed";
fi
croak "Command '$*' not found in allowed commands."