diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-06-18 06:36:18 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-06-18 06:36:18 +0200 |
commit | b8a903d4f78dbb9a4c9104ef60c742e4b73b51e3 (patch) | |
tree | 794c0b55bce4943450624ca19f28aad013c20506 /job-cfg | |
parent | 3d150e20f0267edf70923247d3c3fca2195f9dc8 (diff) | |
download | jenkins.debian.net-b8a903d4f78dbb9a4c9104ef60c742e4b73b51e3.tar.xz |
Revert "fork chroot-run.sh for rebootstrap to test squid3"
squid3 shows the very same symptoms as squid2.
This reverts commit 3d150e20f0267edf70923247d3c3fca2195f9dc8.
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 accb12dd..201e3743 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-rebootstrap.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' + - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' publishers: - email: recipients: 'jenkins+debian-bootstrap helmutg@debian.org' |