summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
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 /job-cfg/rebootstrap.yaml.py
parenta56594028e41fecc4f8513bbed81d32aee29f2fc (diff)
downloadjenkins.debian.net-ecdf85924f1765fc98ae98021a82d9d68482bc27.tar.xz
rebootstrap: add new wrapper, rebootstrap.sh
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index bb3317a1..1653549a 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -78,7 +78,7 @@ print("""
branches:
- '{my_branchname}'
builders:
- - shell: '{my_wrapper} HOST_ARCH={my_arch} {my_params}'
+ - shell: '{my_wrapper} {my_branchname} HOST_ARCH={my_arch} {my_params}'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/rebootstrap.rules'
@@ -144,5 +144,5 @@ for arch in sorted(architectures):
if get_node(arch):
print(" my_wrapper: '/srv/jenkins/bin/jenkins_master_wrapper.sh'")
else:
- print(" my_wrapper: 'LC_ALL=C /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh'")
+ print(" my_wrapper: '/srv/jenkins/bin/rebootstrap.sh')