common cvs-import.sh,1.34,1.35

Jens Petersen petersen at fedoraproject.org
Tue Feb 23 02:05:16 UTC 2010


Author: petersen

Update of /cvs/extras/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31462

Modified Files:
	cvs-import.sh 
Log Message:
don't mention TAG in final completion message since actual tag may be different to srpm


Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- cvs-import.sh	10 Aug 2009 14:43:25 -0000	1.34
+++ cvs-import.sh	23 Feb 2010 02:05:16 -0000	1.35
@@ -326,7 +326,7 @@ read
 cvs -Q update && \
     echo "cvs commit..." && \
     cvs -Q commit ${MESSAGE:+-m "$MESSAGE"} && echo "Commit Complete" && \
-    cd ${BRANCH} && make tag && echo "Tagging '${TAG}' complete."
+    cd ${BRANCH} && make tag && echo "Tagging complete."
 
 # Clean up
 CleanUp



More information about the scm-commits mailing list