summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-06-17 19:52:16 +0200
committerHolger Levsen <holger@layer-acht.org>2014-06-17 20:01:50 +0200
commit3d150e20f0267edf70923247d3c3fca2195f9dc8 (patch)
tree1cbcd26eaa688ebbb26f96732f5a9bdda7dd883b /job-cfg/rebootstrap.yaml.py
parentc39e24c2cb95b4e6541e87557cf31ff5bbc946b7 (diff)
downloadjenkins.debian.net-3d150e20f0267edf70923247d3c3fca2195f9dc8.tar.xz
fork chroot-run.sh for rebootstrap to test squid3
Also avoids installing tons of unneeded deps.
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 201e3743..accb12dd 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -61,7 +61,7 @@ print("""
branches:
- '{my_branchname}'
builders:
- - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
+ - shell: '/srv/jenkins/bin/chroot-run-rebootstrap.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
publishers:
- email:
recipients: 'jenkins+debian-bootstrap helmutg@debian.org'