[c-c create] db-create doesn't not take a verbose option any longer stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 28 Mar 2011 14:49:22 +0200
branchstable
changeset 7114 d80c8c30aba7
parent 7113 2572aa6dd7b4
child 7115 1f1d8c35cc3e
[c-c create] db-create doesn't not take a verbose option any longer
server/serverctl.py
--- a/server/serverctl.py	Mon Mar 28 12:50:56 2011 +0200
+++ b/server/serverctl.py	Mon Mar 28 14:49:22 2011 +0200
@@ -185,7 +185,7 @@
     def postcreate(self):
         if ASK.confirm('Run db-create to create the system database ?'):
             verbosity = (self.config.mode == 'installed') and 'y' or 'n'
-            CWCTL.run(['db-create', self.config.appid, '--verbose=%s' % verbosity])
+            CWCTL.run(['db-create', self.config.appid])
         else:
             print ('-> nevermind, you can do it later with '
                    '"cubicweb-ctl db-create %s".' % self.config.appid)