From 458a5fb0b2340a9e31fce2ee254bd02f3d6dc982 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 2 Jun 2013 22:07:38 +0200 Subject: [PATCH] [tinderbox] drop --newuse --complete-graph since it may cause MemoryError --- tinderbox/matter-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinderbox/matter-build.sh b/tinderbox/matter-build.sh index 3e451f29..651a57de 100755 --- a/tinderbox/matter-build.sh +++ b/tinderbox/matter-build.sh @@ -59,7 +59,7 @@ echo "Acquiring locks at ${LOCK_FILE} and ${LVM_LOCK_FILE} in blocking mode, wai # TODO: remove after Entropy 177 # we want --oneshot for emerge - export MATTER_PORTAGE_BUILD_ARGS="--verbose --oneshot --nospinner --quiet-build=y --fail-clean=y --newuse --complete-graph" + export MATTER_PORTAGE_BUILD_ARGS="--verbose --oneshot --nospinner --quiet-build=y --fail-clean=y" # Place standard outout and standard error together to make # tee happy. Filter out stdout because it gets to mail