diff options
Diffstat (limited to 'tinderbox.make.conf')
-rw-r--r-- | tinderbox.make.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinderbox.make.conf b/tinderbox.make.conf index dd20717..7dedf5b 100644 --- a/tinderbox.make.conf +++ b/tinderbox.make.conf @@ -14,6 +14,11 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. +source /etc/make.tinderbox.private.conf + +FETCHCOMMAND="/usr/bin/curl --location ${TINDERBOX_PROXY+--proxy ${TINDERBOX_PROXY}} --output \${DISTDIR}/\${FILE} \${URI}" +RESUMECOMMAND="/usr/bin/curl --location ${TINDERBOX_PROXY+--proxy ${TINDERBOX_PROXY}} --continue-at - --output \${DISTDIR}/\${FILE} \${URI}" + FEATURES="test test-fail-continue -unmerge-logs split-log userpriv usersandbox compress-build-logs -preserve-libs" ACCEPT_LICENSE="*" |