[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: make the first build use LANG=C.UTF-8 like on the buildds

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Aug 30 16:14:33 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
ba32c655 by Holger Levsen at 2021-08-30T17:13:59+02:00
reproducible Debian: make the first build use LANG=C.UTF-8 like on the buildds

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_build.sh
- bin/reproducible_common.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -588,7 +588,7 @@ export BUILDUSERGECOS="first user,first room,first work-phone,first home-phone,f
 BUILD_HOME=/nonexistent/first-build
 export DEB_BUILD_OPTIONS="buildinfo=+all reproducible=${reproducible_buildflags} parallel=$NUM_CPU"
 export TZ="/usr/share/zoneinfo/Etc/GMT+12"
-export LANG="C"
+export LANG="C.UTF-8"
 unset LC_ALL
 export LANGUAGE="en_US:en"
 EOF


=====================================
bin/reproducible_common.sh
=====================================
@@ -479,7 +479,7 @@ write_variation_table() {
 	fi
 	write_page "<tr><td>env TZ</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT+12\"</td><td>TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"</td></tr>"
 	if [ "$1" = "debian" ]  ; then
-		write_page "<tr><td>env LANG</td><td>LANG=\"C\"</td><td>on amd64: LANG=\"et_EE.UTF-8\"<br />on i386: LANG=\"de_CH.UTF-8\"<br />on arm64: LANG=\"nl_BE.UTF-8\"<br />on armhf: LANG=\"it_CH.UTF-8\"</td></tr>"
+		write_page "<tr><td>env LANG</td><td>LANG=\"C.UTF-8\"</td><td>on amd64: LANG=\"et_EE.UTF-8\"<br />on i386: LANG=\"de_CH.UTF-8\"<br />on arm64: LANG=\"nl_BE.UTF-8\"<br />on armhf: LANG=\"it_CH.UTF-8\"</td></tr>"
 		write_page "<tr><td>env LANGUAGE</td><td>LANGUAGE=\"en_US:en\"</td><td>on amd64: LANGUAGE=\"et_EE:et\"<br />on i386: LANGUAGE=\"de_CH:de\"<br />on arm64: LANGUAGE=\"nl_BE:nl\"<br />on armhf: LANGUAGE=\"it_CH:it\"</td></tr>"
 		write_page "<tr><td>env LC_ALL</td><td><em>not set</em></td><td>on amd64: LC_ALL=\"et_EE.UTF-8\"<br />on i386: LC_ALL=\"de_CH.UTF-8\"<br />on arm64: LC_ALL=\"nl_BE.UTF-8\"<br />on armhf: LC_ALL=\"it_CH.UTF-8\"</td></tr>"
 	elif [ "$1" = "Arch Linux" ]  ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ba32c6555134ea3d9cc4df8cea6453532c97d59f
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/20210830/da191086/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list