common cvs-import.sh,1.30,1.31

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jun 3 21:25:18 UTC 2008


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4147

Modified Files:
	cvs-import.sh 
Log Message:
Add patch from Casey Dahlin to add the import.log if a package/branch doesn't already have it.



Index: cvs-import.sh
===================================================================
RCS file: /cvs/pkgs/common/cvs-import.sh,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- cvs-import.sh	23 May 2008 17:47:47 -0000	1.30
+++ cvs-import.sh	3 Jun 2008 21:24:47 -0000	1.31
@@ -311,6 +311,7 @@
 rm -rf $TMP2
 
 # setup finished
+[ -f ./${BRANCH}/import.log ] || $(touch ./${BRANCH}/import.log; cvs add ./${BRANCH}/import.log)
 echo "$LOG_ENTRY:$(date +%s)" >> ./${BRANCH}/import.log
 
 echo "======================================================================="




More information about the fedora-extras-commits mailing list