Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12448
Modified Files:
Makefile.common cvs-import.sh
Log Message:
add cvs tree on upload method
Index: Makefile.common
===================================================================
RCS file: /cvs/free/common/Makefile.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.common 4 Jun 2008 13:16:16 -0000 1.7
+++ Makefile.common 18 Jul 2008 16:35:25 -0000 1.8
@@ -243,6 +243,7 @@
# Upload the FILES, adding to the ./sources manifest
upload: $(FILES)
$(check-cert)
+ CVSTREE="free"
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
@for f in $(FILES); do \
@@ -548,7 +549,7 @@
@echo " patch SUFFIX=<suff> Create and add a gendiff patch file"
@echo " rediff SUFFIX=<suff> Recreates a gendiff patch file, retaining
comments"
@echo " unused-patches Print list of patches not referenced by name in
specfile"
- @echo " unused-rpmfusion-patches Print rpmfusion patches not used by Patch and/or
ApplyPatch directives"
+ @echo " unused-fedora-patches Print rpmfusion patches not used by Patch and/or
ApplyPatch directives"
@echo " gimmespec Print the name of the specfile"
gimmespec:
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cvs-import.sh 2 May 2008 14:32:52 -0000 1.2
+++ cvs-import.sh 18 Jul 2008 16:35:25 -0000 1.3
@@ -91,7 +91,11 @@
-t | --cvstree )
shift
- CVSTREE=${CVSTREE:=$1} && export CVSTREE
+ if [ -z $1 ] ; then
+ CVSTREE=free
+ else
+ CVSTREE=${CVSTREE:=$1} && export CVSTREE
+ fi
if [ -z "$CVSTREE" ] ; then
echo "ERROR: --cvstree requires an argument"
Usage
Show replies by date