This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 27a3b39 {bin/build-rpm-package,home/.buildscripts/x2go.conf}: add FC24 distro. new 3dd8be6 home/.pbuilderrc: raise memory limit per VM to 2GB. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: home/.pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 3dd8be673af084edd323cbeee3737428f30c003b Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 12 00:43:51 2016 +0200 home/.pbuilderrc: raise memory limit per VM to 2GB. --- home/.pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.pbuilderrc b/home/.pbuilderrc index b61d0b1..d703ac3 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -45,7 +45,7 @@ if [ "x$ARCH" = "xarmel" ]; then INITRD= else SMP="2" - MEMORY_MEGS=512 + MEMORY_MEGS=2048 fi if [ "x${DIST}" = "xubuntu" ]; then -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git