[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible builds: fix typo s#armel#armhf#
Holger Levsen
holger at layer-acht.org
Fri Jun 3 21:49:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit fa28c96cc7021deea691a8543f1b95ae5748b78c
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 3 23:49:21 2016 +0200
reproducible builds: fix typo s#armel#armhf#
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index cf78788..ca21c5b 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list