From 05a34f1bdf825f08112668f9a78d88aeda53e67e Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 16:57:12 +0200 Subject: Enable fail-clean or there won't be enough space. --- tinderbox.make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinderbox.make.conf b/tinderbox.make.conf index 4b9a402..e31781a 100644 --- a/tinderbox.make.conf +++ b/tinderbox.make.conf @@ -19,7 +19,7 @@ source /etc/portage/make.tinderbox.private.conf FETCHCOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --output \${DISTDIR}/\${FILE} \${URI}" RESUMECOMMAND="/usr/bin/curl --fail --location --proxy ${TINDERBOX_PROXY} --continue-at - --output \${DISTDIR}/\${FILE} \${URI}" -FEATURES="test test-fail-continue -unmerge-logs userpriv usersandbox -preserve-libs" +FEATURES="test test-fail-continue -unmerge-logs userpriv usersandbox -preserve-libs fail-clean" ACCEPT_LICENSE="*" ACCEPT_PROPERTIES="* -interactive" -- cgit v1.2.3-65-gdbad