diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-06-17 19:52:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-06-17 20:01:50 +0200 |
commit | 3d150e20f0267edf70923247d3c3fca2195f9dc8 (patch) | |
tree | 1cbcd26eaa688ebbb26f96732f5a9bdda7dd883b /job-cfg | |
parent | c39e24c2cb95b4e6541e87557cf31ff5bbc946b7 (diff) | |
download | jenkins.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')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
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' |