diff 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
line wrap: on
line diff
--- a/setup.py	Wed Nov 14 21:52:50 2012 +0100
+++ b/setup.py	Wed Nov 14 22:42:58 2012 +0100
@@ -158,6 +158,7 @@
     [paste.global_paster_command]
     setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand
     cleanup-repos=rhodecode.lib.cleanup:CleanupCommand
+    update-repoinfo=rhodecode.lib.update_repoinfo:UpdateCommand
     make-index=rhodecode.lib.indexers:MakeIndex
     make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
     upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb