[Zope-Checkins] CVS: Zope/inst/in - make_instance.py.in:1.1.2.8
Fred L. Drake, Jr.
fred@zope.com
Tue, 3 Dec 2002 14:35:13 -0500
Update of /cvs-repository/Zope/inst/in
In directory cvs.zope.org:/tmp/cvs-serv3486
Modified Files:
Tag: chrism-install-branch
make_instance.py.in
Log Message:
Don't override the default omitpattern without an explanatory comment.
=== Zope/inst/in/make_instance.py.in 1.1.2.7 => 1.1.2.8 ===
--- Zope/inst/in/make_instance.py.in:1.1.2.7 Tue Oct 15 20:47:03 2002
+++ Zope/inst/in/make_instance.py.in Tue Dec 3 14:35:12 2002
@@ -108,7 +108,7 @@
print 'Could not create directory %s! Giving up.' % insthome
sys.exit(127)
# Make skeleton
- install.main(skel_dir, insthome, symlinks=0, omitpattern="^CVS$")
+ install.main(skel_dir, insthome, symlinks=0)
# create files from .in files
map = {'PYTHON':sys.executable,
'BASE_DIR':zopehome,