From 8cb97f47dc160537e517682138c64ad993440128 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 1 May 2012 17:08:32 -0700 Subject: [PATCH] build-all: give more RAM to compile-aws --- build/build-common.xml | 4 +++- wscript | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/build-common.xml b/build/build-common.xml index e22db9dd0b6..8cf0bbcf6a9 100755 --- a/build/build-common.xml +++ b/build/build-common.xml @@ -46,7 +46,9 @@ - + diff --git a/wscript b/wscript index ca74cc2b76e..edabbdaf1ff 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ # the following two variables are used by the target "waf dist" # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog -VERSION = '3.0.1.2012-04-18T22:05:29Z' +VERSION = '3.0.3.2012-05-02T00:07:57Z' APPNAME = 'cloud' import shutil,os