diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-17 15:00:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-17 15:00:35 +0100 |
commit | 16edaea0e53ab8f8f1dae54386108b006e18b754 (patch) | |
tree | 5ca2ef2c7e5010c4d29d28144cfebb0287f37c01 | |
parent | 2a1f591936ec3972dc1a8705ff804e40729f33c4 (diff) | |
download | jenkins.debian.net-16edaea0e53ab8f8f1dae54386108b006e18b754.tar.xz |
reproducible: use 'LANG=fr_CH.UTF-8 LC_ALL=fr_CH.UTF-8' for the 2nd pbuilder run
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 66a4c31d..ac8627ff 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -127,7 +127,7 @@ else echo "Re-building ${SRCPACKAGE} now." echo "=============================================================================" set -x - timeout 12h nice ionice -c 3 sudo DEB_BUILD_OPTIONS="parallel=$NUM_CPU" pbuilder --build --debbuildopts "-b" --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid ${SRCPACKAGE}_${EVERSION}.dsc + timeout 12h nice ionice -c 3 sudo DEB_BUILD_OPTIONS="parallel=$NUM_CPU" LANG="fr_CH.UTF-8" LC_ALL="fr_CH.UTF-8" pbuilder --build --debbuildopts "-b" --basetgz /var/cache/pbuilder/base-reproducible.tgz --distribution sid ${SRCPACKAGE}_${EVERSION}.dsc set +x dcmd cp /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}_amd64.changes b2 # and again (see comment 5 lines above) |