comparison setup.py @ 3006:9b95dc7c4570 beta

Implements #648 write Script for updating last modification time for lightweight dashboard
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Nov 2012 22:42:58 +0100
parents 4034eb731b33
children a8ea7cbc6a87
comparison
equal deleted inserted replaced
3005:7f520c24686c 3006:9b95dc7c4570
156 main = pylons.util:PylonsInstaller 156 main = pylons.util:PylonsInstaller
157 157
158 [paste.global_paster_command] 158 [paste.global_paster_command]
159 setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand 159 setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand
160 cleanup-repos=rhodecode.lib.cleanup:CleanupCommand 160 cleanup-repos=rhodecode.lib.cleanup:CleanupCommand
161 update-repoinfo=rhodecode.lib.update_repoinfo:UpdateCommand
161 make-index=rhodecode.lib.indexers:MakeIndex 162 make-index=rhodecode.lib.indexers:MakeIndex
162 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt 163 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
163 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb 164 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
164 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand 165 celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
165 """, 166 """,