2011-06-22 20:34:27 +01:00
|
|
|
# tested so far with:
|
|
|
|
# - no revision specified and remote has a HEAD which is used
|
|
|
|
# - revision specified and remote has a HEAD
|
2011-06-22 22:01:36 +01:00
|
|
|
# - revision specified and remote without HEAD
|
2009-06-24 13:48:01 +01:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
header "exporting $url (rev $rev) into $out"
|
|
|
|
|
2011-08-20 15:29:57 +01:00
|
|
|
$fetcher --builder --url "$url" --out "$out" --rev "$rev" ${leaveDotGit:+--leave-dotGit}
|
2009-06-24 13:48:01 +01:00
|
|
|
|
2010-01-27 12:12:35 +00:00
|
|
|
stopNest
|