From: Marek VavruĊĦa Date: Wed, 8 Apr 2015 22:30:01 +0000 (+0200) Subject: build: clean auto-append pip debug.log X-Git-Tag: v1.0.0-beta1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2c6abe381fd22e59683ba67e53c46bda48185c;p=thirdparty%2Fknot-resolver.git build: clean auto-append pip debug.log --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 1c8ac9bf8..5cac40416 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -86,6 +86,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then fi if [ "${TRAVIS_OS_NAME}" == "linux" ]; then pip install --user ${USER} -r ${PIP_PKGS} + rm ${HOME}/.cache/pip/log/debug.log || true fi # gnutls + dependencies