[Checkins] SVN: zc.buildout/trunk/bootstrap.py Use new develop-eggs rather than eggs directory for ac.buildout

Jim Fulton cvs-admin at zope.org
Sat Jun 17 18:19:51 EDT 2006


Log message for revision 68723:
  Use new develop-eggs rather than eggs directory for ac.buildout
  develop egg link.
  

Changed:
  U   zc.buildout/trunk/bootstrap.py

-=-
Modified: zc.buildout/trunk/bootstrap.py
===================================================================
--- zc.buildout/trunk/bootstrap.py	2006-06-17 22:11:28 UTC (rev 68722)
+++ zc.buildout/trunk/bootstrap.py	2006-06-17 22:19:48 UTC (rev 68723)
@@ -34,7 +34,7 @@
 import distutils.dist
 
 os.spawnle(os.P_WAIT, sys.executable, sys.executable, 'setup.py',
-           '-q', 'develop', '-m', '-x', '-d', 'eggs',
+           '-q', 'develop', '-m', '-x', '-d', 'develop-eggs',
            {'PYTHONPATH': os.path.dirname(pkg_resources.__file__)},
            )
 



More information about the Checkins mailing list