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