summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-24 09:59:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-24 09:59:25 +0200
commitd09d5294c56876b88298b984bb29eff028543b5a (patch)
tree995776bae9136ff0f1401e2f88e82af0e3d8a104 /job-cfg/rebootstrap.yaml.py
parentd79528d5444f4994b539a9d9706cd5a1b68b4c01 (diff)
downloadjenkins.debian.net-d09d5294c56876b88298b984bb29eff028543b5a.tar.xz
rebootstrap: work around #783223
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 29f09c8b..3566ce5f 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -71,7 +71,7 @@ print("""
branches:
- '{my_branchname}'
builders:
- - shell: '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
+ - shell: 'export LC_ALL=C ; /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/rebootstrap.rules'