2008-09-26 01:57:51 -07:00
|
|
|
source "$stdenv/setup"
|
|
|
|
|
2014-06-28 11:33:28 -07:00
|
|
|
header "exporting \`$url' (revision $rev) into \`$out'"
|
2008-09-26 01:57:51 -07:00
|
|
|
|
|
|
|
# Perform a lightweight checkout so that we don't end up importing
|
|
|
|
# all the repository's history.
|
2014-06-28 11:33:28 -07:00
|
|
|
bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"
|
2008-09-26 01:57:51 -07:00
|
|
|
|
|
|
|
stopNest
|