comparison setup.py @ 3340:f1491bad8339 beta

unified RhodeCode paster commands - moved them to commont paster_commands package - re-use sqlalchemy session initializaiton - some docs updates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 09 Feb 2013 22:21:31 +0100
parents faad9dd06b58
children 4856bd880888
comparison
equal deleted inserted replaced
3339:b76a595b7a5e 3340:f1491bad8339
156 156
157 [paste.app_install] 157 [paste.app_install]
158 main = pylons.util:PylonsInstaller 158 main = pylons.util:PylonsInstaller
159 159
160 [paste.global_paster_command] 160 [paste.global_paster_command]
161 setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand 161 setup-rhodecode=rhodecode.lib.paster_commands.setup_rhodecode:Command
162 cleanup-repos=rhodecode.lib.cleanup:CleanupCommand 162 cleanup-repos=rhodecode.lib.paster_commands.cleanup:Command
163 update-repoinfo=rhodecode.lib.update_repoinfo:UpdateCommand 163 update-repoinfo=rhodecode.lib.paster_commands.update_repoinfo:Command
164 make-rcext=rhodecode.lib.paster_commands.make_rcextensions:Command
165 repo-scan=rhodecode.lib.paster_commands.repo_scan:Command
164 make-index=rhodecode.lib.indexers:MakeIndex 166 make-index=rhodecode.lib.indexers:MakeIndex
165 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
166 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb 167 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
167 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 168 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
168 """, 169 """,
169 ) 170 )