common cvs-import.sh,1.13,1.14

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Sat Feb 3 16:43:12 UTC 2007


Author: notting

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

Modified Files:
	cvs-import.sh 
Log Message:
remove default acl here.... This needs solved better.



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cvs-import.sh	30 Jan 2007 22:12:30 -0000	1.13
+++ cvs-import.sh	3 Feb 2007 16:42:42 -0000	1.14
@@ -183,7 +183,6 @@
 		cvs -Q add $NAME $NAME/devel
 	    # handle the top level stuff
 	    cd $NAME
-	    touch pkg.acl
 	    touch import.log
 	    cat >Makefile <<EOF
 # Top level Makefile for module $NAME
@@ -202,7 +201,7 @@
 clean :
 	@find . -type f -name *~ -exec rm -fv {} \;
 EOF
-	    cvs -Q add Makefile import.log pkg.acl
+	    cvs -Q add Makefile import.log
 	    # handle the module build
 	    cd devel
 	    touch sources .cvsignore




More information about the scm-commits mailing list