common cvs-import.sh,1.22,1.23

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon May 21 00:37:41 UTC 2007


Author: petersen

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

Modified Files:
	cvs-import.sh 
Log Message:
revert back to cvs tagging after import again



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




More information about the fedora-extras-commits mailing list