fetchbzr: do not write logs to non-existing home
This commit is contained in:
parent
e2edccae47
commit
cdf059f797
@ -4,6 +4,6 @@ header "exporting \`$url' (revision $rev) into \`$out'"
|
|||||||
|
|
||||||
# Perform a lightweight checkout so that we don't end up importing
|
# Perform a lightweight checkout so that we don't end up importing
|
||||||
# all the repository's history.
|
# 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
|
stopNest
|
||||||
|
Loading…
Reference in New Issue
Block a user