common cvs-import.sh,1.12,1.13

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Jan 30 22:13:01 UTC 2007


Author: notting

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

Modified Files:
	cvs-import.sh 
Log Message:
add a empty pkg.acl by default



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cvs-import.sh	15 Oct 2006 22:12:21 -0000	1.12
+++ cvs-import.sh	30 Jan 2007 22:12:30 -0000	1.13
@@ -183,6 +183,7 @@
 		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
@@ -201,7 +202,7 @@
 clean :
 	@find . -type f -name *~ -exec rm -fv {} \;
 EOF
-	    cvs -Q add Makefile import.log
+	    cvs -Q add Makefile import.log pkg.acl
 	    # handle the module build
 	    cd devel
 	    touch sources .cvsignore




More information about the fedora-extras-commits mailing list