core: deprecated non-existent commands from paster commands.
- previously registered, they are no longer in use
This commit is contained in:
parent
1c20025ca7
commit
15272baace
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue