summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-06 12:57:40 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-06 12:57:40 +0200
commit8f3f5f4da6a74504f6af7f289660913766b4b84a (patch)
tree3d4e415383171bc39386b45145ccdf32a228c1fc /bin/reproducible_build.sh
parentfed8922352bbba91f35dd887165624de1a3b3996 (diff)
downloadjenkins.debian.net-8f3f5f4da6a74504f6af7f289660913766b4b84a.tar.xz
reproducible debian: explicity set LANG=C|fr_CH.UTF-8 and LANGUAGE=en_US:en|fr_CH:fr
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 376764fc..cb6f2c07 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -559,6 +559,9 @@ BUILDUSERID=1111
BUILDUSERNAME=pbuilder1
export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
+export LANG="C"
+unset LC_ALL
+export LANGUAGE="en_US:en"
EOF
# remember to change the sudoers setting if you change the following command
# FIXME: call with --buildinfo-identifier=dummy instead and below
@@ -595,6 +598,7 @@ export DEB_BUILD_OPTIONS="parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="fr_CH.UTF-8"
export LC_ALL="fr_CH.UTF-8"
+export LANGUAGE="fr_CH:fr"
umask 0002
EOF
set +e