[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] rebootstrap: don't force a non-utf8 locale

Helmut Grohne gitlab at salsa.debian.org
Tue May 26 20:59:47 BST 2020



Helmut Grohne pushed to branch master at Debian QA / jenkins.debian.net


Commits:
47d36452 by Helmut Grohne at 2020-05-26T21:58:54+02:00
rebootstrap: don't force a non-utf8 locale

It is unreasonable to assume that packages are reproducible in a
non-utf8 locale. The reproducible folks don't test for that and sqlite3
isn't reproducible in such a setting.

- - - - -


1 changed file:

- bin/rebootstrap.sh


Changes:

=====================================
bin/rebootstrap.sh
=====================================
@@ -18,7 +18,7 @@ git clone https://salsa.debian.org/helmutg/rebootstrap.git $CODE
 cd $CODE
 git checkout $1
 shift
-export LC_ALL=C
+export LC_ALL=C.UTF-8
 echo "$(date -u) - Now running '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@'"
 ionice -c 3 nice /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@
 cd



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/47d36452f2b4dc46d1d7f3505d338d400b95e0c2

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/47d36452f2b4dc46d1d7f3505d338d400b95e0c2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200526/e4cd726b/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list