summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-03 23:49:21 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-03 23:49:21 +0200
commitfa28c96cc7021deea691a8543f1b95ae5748b78c (patch)
tree218099905d09a9a152f802c4d7b1d885ab673c9c /bin
parentac76556554905d51405b33520e1e4ee5dc9a7613 (diff)
downloadjenkins.debian.net-fa28c96cc7021deea691a8543f1b95ae5748b78c.tar.xz
reproducible builds: fix typo s#armel#armhf#
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index cf78788f..ca21c5b6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -595,7 +595,7 @@ second_build() {
NEW_NUM_CPU=$NUM_CPU # on amd64+i386 we vary this based on node choices (by design), on armhf only sometimes.
# differ locale+language depending on the architecture (mostly for readability by different people…)
case $ARCH in
- armel) locale=it_CH
+ armhf) locale=it_CH
language=it
;;
i386) locale=de_CH