common cvs-import.sh,1.31,1.32

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Mon Jun 16 21:43:47 UTC 2008


Author: jkeating

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

Modified Files:
	cvs-import.sh 
Log Message:
Don't remove the import.log from the branch directory when importing new builds.



Index: cvs-import.sh
===================================================================
RCS file: /cvs/pkgs/common/cvs-import.sh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- cvs-import.sh	3 Jun 2008 21:24:47 -0000	1.31
+++ cvs-import.sh	16 Jun 2008 21:43:17 -0000	1.32
@@ -229,6 +229,7 @@
 # Remove the files that are no longer present
 OLDFILES=$(find ${BRANCH} -maxdepth 1 -type f \
     -not -name branch \
+    -not -name import.log \
     -not -name sources \
     -not -name Makefile \
     -not -name .cvsignore \




More information about the fedora-extras-commits mailing list