summary refs log tree commit diff
path: root/pkgs/build-support/fetchbzr/builder.sh
blob: af1257d3688c01657fbdc49d8d306a78ed6cc5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
source "$stdenv/setup"

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"

stopNest