common cvs-import.sh,1.7,1.8

Cristian Gafton (gafton) fedora-extras-commits at redhat.com
Fri Apr 15 00:20:30 UTC 2005


Author: gafton

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27403

Modified Files:
	cvs-import.sh 
Log Message:
no longer needed


Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cvs-import.sh	5 Mar 2005 00:55:16 -0000	1.7
+++ cvs-import.sh	15 Apr 2005 00:20:27 -0000	1.8
@@ -222,9 +222,7 @@
 EOF
 	    cvs -Q add Makefile sources .cvsignore
             # commit all the added stuff
-	    cd .. && \
-		cvs -Q commit -m "Setup of module $NAME" >/dev/null && \
-		cd devel && cvs -Q tag setup-new-module >/dev/null
+	    cd .. && cvs -Q commit -m "Setup of module $NAME" >/dev/null
 	    popd >/dev/null
 	    rm -rf $TMPDIR/$TOPLEVEL
 	} && echo "Entry for module '$NAME' created."




More information about the fedora-extras-commits mailing list