comparison setup.py @ 2105:926f55b038bc beta

added initial rc-extension module - possible to store additional mappings for stats - possible to overwrite and add to whoosh index extensions issue #322 - post create repo hook callback - post push/pull hooks callback
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 06 Mar 2012 23:03:10 +0200
parents 324ac367a4da
children dc2584ba5fbc e285aa097a81
comparison
equal deleted inserted replaced
2104:f21f66abb4f7 2105:926f55b038bc
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 make-index = rhodecode.lib.indexers:MakeIndex 97 make-index=rhodecode.lib.indexers:MakeIndex
98 upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb 98 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
99 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
99 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 100 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
100 """, 101 """,
101 ) 102 )