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