comparison setup.py @ 4560:b1679034b6c4

cleanup-repos: reintroduce paster command The command was removed in e84116ab7d87 "Removed clenup repos command will be part of new tools release". This version is based on the last revision before that, c0bc961ec5d9 "back to gpl license".
author Mads Kiilerich <madski@unity3d.com>
date Fri, 03 Oct 2014 00:20:36 +0200
parents 2dad9708c89f
children 953ee49f3b30
comparison
equal deleted inserted replaced
4559:f4c60fafac54 4560:b1679034b6c4
170 [paste.app_install] 170 [paste.app_install]
171 main = pylons.util:PylonsInstaller 171 main = pylons.util:PylonsInstaller
172 172
173 [paste.global_paster_command] 173 [paste.global_paster_command]
174 setup-db=kallithea.lib.paster_commands.setup_db:Command 174 setup-db=kallithea.lib.paster_commands.setup_db:Command
175 cleanup-repos=kallithea.lib.paster_commands.cleanup:Command
175 update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command 176 update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command
176 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command 177 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
177 repo-scan=kallithea.lib.paster_commands.repo_scan:Command 178 repo-scan=kallithea.lib.paster_commands.repo_scan:Command
178 cache-keys=kallithea.lib.paster_commands.cache_keys:Command 179 cache-keys=kallithea.lib.paster_commands.cache_keys:Command
179 ishell=kallithea.lib.paster_commands.ishell:Command 180 ishell=kallithea.lib.paster_commands.ishell:Command