Author: chaoflow
Date: Wed Jun 22 19:34:32 2011
New Revision: 27522
URL: https://svn.nixos.org/websvn/nix/?rev=27522&sc=1

Log:
fetchgit report fetch progress

Modified:
   nixpkgs/trunk/pkgs/build-support/fetchgit/builder.sh

Modified: nixpkgs/trunk/pkgs/build-support/fetchgit/builder.sh
==============================================================================
--- nixpkgs/trunk/pkgs/build-support/fetchgit/builder.sh        Wed Jun 22 
19:34:27 2011        (r27521)
+++ nixpkgs/trunk/pkgs/build-support/fetchgit/builder.sh        Wed Jun 22 
19:34:32 2011        (r27522)
@@ -8,7 +8,7 @@
 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)
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to