diff -r 20807d3d7cf6 -r ba51dac1115d etwist/twctl.py --- a/etwist/twctl.py Wed Mar 30 11:08:15 2011 +0200 +++ b/etwist/twctl.py Wed Mar 30 11:17:21 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -51,10 +51,10 @@ """ cfgname = 'all-in-one' - def bootstrap(self, cubes, inputlevel=0): + def bootstrap(self, cubes, automatic=False, inputlevel=0): """bootstrap this configuration""" - serverctl.RepositoryCreateHandler.bootstrap(self, cubes, inputlevel) - TWCreateHandler.bootstrap(self, cubes, inputlevel) + serverctl.RepositoryCreateHandler.bootstrap(self, cubes, automatic, inputlevel) + TWCreateHandler.bootstrap(self, cubes, automatic, inputlevel) class AllInOneStartHandler(TWStartHandler): cmdname = 'start'