Commit 88a9246c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Add more parameters for the use case with slapos.package.

parent 252fb3af
......@@ -97,6 +97,9 @@ Buildout will be restarted automatically to have this change applied.
'buildout:parts=%s' % self.python_section,
# do not load this extension
'buildout:extensions=%s' % ' '.join(extension_list),
# more parameters for building slapos package
'buildout:rootdir=%s' % self.rebootstrap_directory,
'buildout:destdir=',
])
self.logger.info('Rerunning buildout to install section %s with '
'arguments %r.'% (self.python_section, args))
......
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