common Makefile.common,1.125,1.126

Bill Nottingham notting at fedoraproject.org
Tue Apr 14 16:07:09 UTC 2009


Author: notting

Update of /cvs/extras/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16848

Modified Files:
	Makefile.common 
Log Message:
Show progress bar during uploads.

Lubomir Rintel <lkundrak at v3.sk>




Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- Makefile.common	30 Mar 2009 21:09:02 -0000	1.125
+++ Makefile.common	14 Apr 2009 16:06:39 -0000	1.126
@@ -238,7 +238,7 @@
 # on curl's behavior on missing pages, ISEs, etc.
 UPLOAD_CERT	   = $(shell if test -f $(HOME)/.fedora.cert ; then echo " --cert $(HOME)/.fedora.cert" ; fi)
 UPLOAD_CHECK	   = curl -k $(UPLOAD_CERT) --fail --silent
-UPLOAD_CLIENT	   = curl -k $(UPLOAD_CERT) --fail --show-error --progress-bar
+UPLOAD_CLIENT	   = curl -k $(UPLOAD_CERT) --fail -o /dev/null --show-error --progress-bar
 
 upload-check = $(UPLOAD_CHECK) -F "name=$(NAME)" -F "md5sum=$${m%%[[:space:]]*}" -F "filename=$$f" $(UPLOAD_REPOSITORY)
 upload-file  = $(UPLOAD_CLIENT) -F "name=$(NAME)" -F "md5sum=$${m%%[[:space:]]*}" -F "file=@$$f" $(UPLOAD_REPOSITORY)




More information about the fedora-extras-commits mailing list