Commit 3cc34765 authored by Xavier Thompson's avatar Xavier Thompson

WIP default to local bootstrap when no args

parent 5db8fdc1
...@@ -615,7 +615,7 @@ class Buildout(DictMixin): ...@@ -615,7 +615,7 @@ class Buildout(DictMixin):
self._setup_directories() self._setup_directories()
if '--all-local' in args: if not args:
# Now install buildout and dependent eggs, and record destination eggs: # Now install buildout and dependent eggs, and record destination eggs:
dest = self['buildout']['eggs-directory'] dest = self['buildout']['eggs-directory']
path = [self['buildout']['develop-eggs-directory']] path = [self['buildout']['develop-eggs-directory']]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment