Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31688
Modified Files:
Makefile.common cvs-import.sh
Log Message:
disabled cvstree argument
Index: Makefile.common
===================================================================
RCS file: /cvs/free/common/Makefile.common,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.common 19 Jul 2008 15:11:27 -0000 1.10
+++ Makefile.common 24 Jul 2008 09:41:30 -0000 1.11
@@ -206,8 +206,8 @@
UPLOAD_CHECK = curl -k $(UPLOAD_CERT) --fail --silent
UPLOAD_CLIENT = curl -k $(UPLOAD_CERT) --fail --show-error --progress-bar
-upload-check = $(UPLOAD_CHECK) -F "tree=$(CVSTREE)" -F "name=$(NAME)"
-F "md5sum=$${m%%[[:space:]]*}" -F "filename=$$f"
$(UPLOAD_REPOSITORY)
-upload-file = $(UPLOAD_CLIENT) -F "tree=$(CVSTREE)" -F
"name=$(NAME)" -F "md5sum=$${m%%[[:space:]]*}" -F
"file=@$$f" $(UPLOAD_REPOSITORY)
+upload-check = $(UPLOAD_CHECK) -F "tree=free" -F "name=$(NAME)" -F
"md5sum=$${m%%[[:space:]]*}" -F "filename=$$f" $(UPLOAD_REPOSITORY)
+upload-file = $(UPLOAD_CLIENT) -F "tree=free" -F "name=$(NAME)" -F
"md5sum=$${m%%[[:space:]]*}" -F "file=@$$f" $(UPLOAD_REPOSITORY)
define upload-request
echo "Checking : $$b on $(UPLOAD_REPOSITORY)..." ; \
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cvs-import.sh 19 Jul 2008 15:14:34 -0000 1.6
+++ cvs-import.sh 24 Jul 2008 09:41:30 -0000 1.7
@@ -89,20 +89,20 @@
fi
;;
- -t | --cvstree )
- shift
- if [ -z $1 ] ; then
- CVSTREE=free
- else
- CVSTREE=${CVSTREE:=$1} && export CVSTREE
- fi
- if [ -z "$CVSTREE" ] ; then
- echo "ERROR: --cvstree requires an argument"
- Usage
- exit -1
- fi
- ;;
-
+# -t | --cvstree )
+# shift
+# if [ -z $1 ] ; then
+# CVSTREE=free
+# else
+# CVSTREE=${CVSTREE:=$1} && export CVSTREE
+# fi
+# if [ -z "$CVSTREE" ] ; then
+# echo "ERROR: --cvstree requires an argument"
+# Usage
+# exit -1
+# fi
+# ;;
+#
-m | --message )
shift
MESSAGE="$1"
Show replies by date