common cvs-import.sh,1.21,1.22

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Sun May 20 13:29:59 UTC 2007


Author: petersen

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

Modified Files:
	cvs-import.sh 
Log Message:
no longer cvs tag after importing, since this breaks imports of
the same srpm on different branches



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cvs-import.sh	16 May 2007 20:29:46 -0000	1.21
+++ cvs-import.sh	20 May 2007 13:29:29 -0000	1.22
@@ -312,8 +312,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."
+    cvs -Q commit ${MESSAGE:+-m "$MESSAGE"} && echo "Commit Complete"
 
 # Clean up
 CleanUp




More information about the fedora-extras-commits mailing list