summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_node_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-01 20:08:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-01 20:08:52 +0200
commitecdf85924f1765fc98ae98021a82d9d68482bc27 (patch)
treeef19a4bd73ce870dce61ab398fad84ee05b626ff /bin/jenkins_node_wrapper.sh
parenta56594028e41fecc4f8513bbed81d32aee29f2fc (diff)
downloadjenkins.debian.net-ecdf85924f1765fc98ae98021a82d9d68482bc27.tar.xz
rebootstrap: add new wrapper, rebootstrap.sh
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-xbin/jenkins_node_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 5646b1a0..cf2dd3b4 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -64,7 +64,7 @@ if [[ "$*" =~ /bin/nc\ localhost\ 4949 ]] ; then
exec /bin/nc localhost 4949 ; croak "Exec failed";
elif [[ "$*" =~ rebootstrap_.* ]] ; then
shift
- REBOOTSTRAPSH="/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@"
+ REBOOTSTRAPSH="/srv/jenkins/bin/rebootstrap.sh $@"
export LC_ALL=C
exec $REBOOTSTRAPSH; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then