This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository freeorion.

commit c44d4579df041f75a74fbceeded366dfcefecebf
Author: Markus Koschany <a...@debian.org>
Date:   Mon Sep 12 08:29:48 2016 +0200

    Build with a maximum of 2 parallel process to avoid memory exhaustion on
    
    buildds.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 85b025e..e47a98e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),$(WEAK_HOSTS)))
        MAX  := 1
        TYPE := MinSizeRel
 else
-       MAX  := 4
+       MAX  := 2
        TYPE := RelWithDebInfo
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/freeorion.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to