diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-15 17:09:13 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-15 17:09:13 +0200 |
commit | 00649ea430fc51c289f7435d3055d06398f28888 (patch) | |
tree | ba0be18e5bba0ea854bf27da2d40cc88d296c132 | |
parent | Rename tinderbox_mask_pkg to tinderbox_failed for consistency. (diff) | |
download | flameeyes-tinderbox-00649ea430fc51c289f7435d3055d06398f28888.tar.gz flameeyes-tinderbox-00649ea430fc51c289f7435d3055d06398f28888.tar.bz2 flameeyes-tinderbox-00649ea430fc51c289f7435d3055d06398f28888.zip |
Disable split logs (required for proper analysis).
-rw-r--r-- | tinderbox.make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox.make.conf b/tinderbox.make.conf index ec2e7a8..4b9a402 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 split-log userpriv usersandbox -preserve-libs" +FEATURES="test test-fail-continue -unmerge-logs userpriv usersandbox -preserve-libs" ACCEPT_LICENSE="*" ACCEPT_PROPERTIES="* -interactive" |