comparison setup.py @ 2284:e285aa097a81 beta

new setup-rhodecode command with optional defaults
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 16 May 2012 23:16:04 +0200
parents 926f55b038bc
children 5893414dea91
comparison
equal deleted inserted replaced
2281:1927dcb05178 2284:e285aa097a81
92 92
93 [paste.app_install] 93 [paste.app_install]
94 main = pylons.util:PylonsInstaller 94 main = pylons.util:PylonsInstaller
95 95
96 [paste.global_paster_command] 96 [paste.global_paster_command]
97 setup-rhodecode=rhodecode.config.setup:SetupCommand
97 make-index=rhodecode.lib.indexers:MakeIndex 98 make-index=rhodecode.lib.indexers:MakeIndex
98 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt 99 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
99 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb 100 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
100 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 101 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
101 """, 102 """,