Author: thl
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19615
Modified Files:
Makefile.common
Log Message:
sync one bit with Makefile.common in free repo
Index: Makefile.common
===================================================================
RCS file: /cvs/nonfree/common/Makefile.common,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.common 22 Jul 2008 19:27:17 -0000 1.10
+++ Makefile.common 13 Oct 2008 12:44:47 -0000 1.11
@@ -204,7 +204,7 @@
# on curl's behavior on missing pages, ISEs, etc.
UPLOAD_CERT = $(shell if test -f $(HOME)/.rpmfusion.cert ; then echo " --cert
$(HOME)/.rpmfusion.cert" ; fi)
UPLOAD_CHECK = curl -k $(UPLOAD_CERT) --fail --silent
-UPLOAD_CLIENT = curl -k $(UPLOAD_CERT) -v --fail --show-error --progress-bar
+UPLOAD_CLIENT = curl -k $(UPLOAD_CERT) --fail --show-error --progress-bar
upload-check = $(UPLOAD_CHECK) -F "tree=nonfree" -F "name=$(NAME)" -F
"md5sum=$${m%%[[:space:]]*}" -F "filename=$$f" $(UPLOAD_REPOSITORY)
upload-file = $(UPLOAD_CLIENT) -F "tree=nonfree" -F "name=$(NAME)"
-F "md5sum=$${m%%[[:space:]]*}" -F "file=@$$f" $(UPLOAD_REPOSITORY)