Skip to content

Commit

Permalink
fetchbzr: do not write logs to non-existing home
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 30, 2017
1 parent e2edcca commit cdf059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/fetchbzr/builder.sh
Expand Up @@ -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

0 comments on commit cdf059f

Please sign in to comment.