common cvs-import.sh,1.23,1.24

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon May 28 00:46:35 UTC 2007


Author: petersen

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

Modified Files:
	cvs-import.sh 
Log Message:
use "make tag" instead of "cvs tag" to tag correctly after importing



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- cvs-import.sh	21 May 2007 00:37:11 -0000	1.23
+++ cvs-import.sh	28 May 2007 00:46:04 -0000	1.24
@@ -313,7 +313,7 @@
 cvs -Q update && \
     echo "cvs commit..." && \
     cvs -Q commit ${MESSAGE:+-m "$MESSAGE"} && echo "Commit Complete" && \
-    cd ${BRANCH} && cvs -Q tag "${TAG}" && echo "Tagging '${TAG}' complete."
+    cd ${BRANCH} && make tag && echo "Tagging '${TAG}' complete."
 
 # Clean up
 CleanUp




More information about the fedora-extras-commits mailing list