[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Debian: reduce MAX for armhf according to previous commit
Holger Levsen
holger at layer-acht.org
Tue Jun 13 13:43:15 UTC 2017
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 43d7cc544deca3807ae6297247906c027f951e84
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 13 15:43:11 2017 +0200
reproducible Debian: reduce MAX for armhf according to previous commit
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_service.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index 500f15a..3e233dd 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -192,7 +192,7 @@ startup_workers() {
amd64) MAX=40 ;;
i386) MAX=24 ;;
arm64) MAX=32 ;;
- armhf) MAX=76 ;;
+ armhf) MAX=51 ;;
*) ;;
esac
#
--
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