mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
fetchgit report fetch progress
svn path=/nixpkgs/trunk/; revision=27522
This commit is contained in:
parent
ee731974e9
commit
e50e84daa1
@ -8,7 +8,7 @@ header "exporting $url (rev $rev) into $out"
|
||||
git init $out
|
||||
cd $out
|
||||
git remote add origin "$url"
|
||||
git fetch origin
|
||||
git fetch --progress origin
|
||||
git remote set-head origin -a || (
|
||||
test -n $rev && echo "that's ok, we want $rev" || exit 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user