fetchbzr: do not write logs to non-existing home

This commit is contained in:
Joerg Thalheim 2017-10-30 21:48:00 +00:00
parent e2edccae47
commit cdf059f797

View File

@ -4,6 +4,6 @@ header "exporting \`$url' (revision $rev) into \`$out'"
# Perform a lightweight checkout so that we don't end up importing
# all the repository's history.
bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"
BZR_LOG=/dev/null bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"
stopNest