changeset 3528:ef643db4a008

show rsync progress
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Sun, 27 May 2007 16:42:12 -0300
parents 2734b1302f33
children 2057bdf0aa1c
files mingit.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mingit.make	Sun May 27 16:38:18 2007 -0300
+++ b/mingit.make	Sun May 27 16:42:12 2007 -0300
@@ -51,7 +51,7 @@
 LAST_GIT=$(shell ls -1 -t uploads/git*.exe|head -1)
 TAG=gub-release-mingw-git-$(subst uploads/git-,,$(LAST_GIT))
 upload:
-	rsync $(LAST_GIT) hanwen@lilypond.org:www/git/binaries/mingw/
+	rsync -v --progress $(LAST_GIT) hanwen@lilypond.org:www/git/binaries/mingw/
 	$(MAKE) update-versions
 	git tag $(TAG)
 	git push ssh+git://git.sv.gnu.org/srv/git/lilypond.git $(TAG):refs/tags/$(TAG)