[Checkins] SVN: gocept.zope3instance/trunk/src/gocept/zope3instance/__init__.py - make runzope depend on zope3instance recipe as well to pull in the right

Christian Theune ct at gocept.com
Tue Apr 10 08:35:16 EDT 2007


Log message for revision 74084:
   - make runzope depend on zope3instance recipe as well to pull in the right
     working sets
  

Changed:
  U   gocept.zope3instance/trunk/src/gocept/zope3instance/__init__.py

-=-
Modified: gocept.zope3instance/trunk/src/gocept/zope3instance/__init__.py
===================================================================
--- gocept.zope3instance/trunk/src/gocept/zope3instance/__init__.py	2007-04-10 12:32:13 UTC (rev 74083)
+++ gocept.zope3instance/trunk/src/gocept/zope3instance/__init__.py	2007-04-10 12:35:15 UTC (rev 74084)
@@ -80,9 +80,8 @@
         # exists already. Or not?
         os.mkdir(dest)
 
+        requirements, ws = self.egg.working_set(['gocept.zope3instance'])
 
-        requirements, ws = self.egg.working_set()
-
         # install subprograms and ctl scripts
         zc.buildout.easy_install.scripts(
             [('runzope', 'zope.app.server.main', 'main')],
@@ -95,7 +94,6 @@
 
         # Install the scripts defined by this recipe, which adds entry points
         # missing from Zope itself.
-        requirements, ws = self.egg.working_set(['gocept.zope3instance'])
         zc.buildout.easy_install.scripts(
             [('debugzope', 'gocept.zope3instance.zope3scripts', 'debug'),
              ('scriptzope', 'gocept.zope3instance.zope3scripts', 'script'),



More information about the Checkins mailing list