core: deprecated non-existent commands from paster commands.

- previously registered, they are no longer in use
This commit is contained in:
Marcin Kuzminski 2017-08-03 12:19:56 +02:00
parent 1c20025ca7
commit 15272baace

View file

@ -235,8 +235,6 @@ setup(
'paste.global_paster_command': [
'make-config=rhodecode.lib.paster_commands.make_config:Command',
'setup-rhodecode=rhodecode.lib.paster_commands.setup_rhodecode:Command',
'update-repoinfo=rhodecode.lib.paster_commands.update_repoinfo:Command',
'cache-keys=rhodecode.lib.paster_commands.cache_keys:Command',
'ishell=rhodecode.lib.paster_commands.ishell:Command',
'upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb',
'celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand',