etwist/twctl.py
branchstable
changeset 7140 ba51dac1115d
parent 6778 7dd4835d5198
child 7619 0d0344fd5231
--- 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'