summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:57:12 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:57:12 +0200
commit05a34f1bdf825f08112668f9a78d88aeda53e67e (patch)
treefa7ed06d84c24425b08a4bbe4650edf421dbc466
parentAnd use the right name. (diff)
downloadflameeyes-tinderbox-05a34f1bdf825f08112668f9a78d88aeda53e67e.tar.gz
flameeyes-tinderbox-05a34f1bdf825f08112668f9a78d88aeda53e67e.tar.bz2
flameeyes-tinderbox-05a34f1bdf825f08112668f9a78d88aeda53e67e.zip
Enable fail-clean or there won't be enough space.
-rw-r--r--tinderbox.make.conf2
1 files changed, 1 insertions, 1 deletions
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"