[Zope-Checkins] SVN: Zope/trunk/ Drop the mkzeoinstance script from Zope2 and point to the external package

Hanno Schlichting hannosch at hannosch.eu
Thu May 13 14:01:35 EDT 2010


Log message for revision 112289:
  Drop the mkzeoinstance script from Zope2 and point to the external package
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-05-13 17:59:52 UTC (rev 112288)
+++ Zope/trunk/doc/CHANGES.rst	2010-05-13 18:01:35 UTC (rev 112289)
@@ -11,6 +11,9 @@
 Restructuring
 +++++++++++++
 
+- Removed Zope2's own mkzeoinstance script. If you want to set up ZEO instances
+  please install the zope.mkzeoinstance and use its script.
+
 - Removed deprecated ``read-only-database`` option from zope.conf.
 
 - Updated copyright and license information to conform with repository policy.

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2010-05-13 17:59:52 UTC (rev 112288)
+++ Zope/trunk/setup.py	2010-05-13 18:01:35 UTC (rev 112289)
@@ -94,7 +94,6 @@
       'zope.interface',
       'zope.lifecycleevent',
       'zope.location',
-      'zope.mkzeoinstance',
       'zope.pagetemplate',
       'zope.processlifetime',
       'zope.proxy',
@@ -119,7 +118,6 @@
     zip_safe=False,
     entry_points={
        'console_scripts': [
-          'mkzeoinstance=zope.mkzeoinstance:main',
           'mkzopeinstance=Zope2.utilities.mkzopeinstance:main',
           'runzope=Zope2.Startup.run:run',
           'zopectl=Zope2.Startup.zopectl:run',



More information about the Zope-Checkins mailing list