comparison setup.py @ 7409:5eb6805c2a4f

cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata' The --update-only option is replaced by listing repository names as separate command line arguments. The --invalidate-cache option is dropped and we just always invalidate all caches.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 0080ffd8aea0
children f10d56cb055c
comparison
equal deleted inserted replaced
7408:0080ffd8aea0 7409:5eb6805c2a4f
164 cleanup-repos=kallithea.lib.paster_commands.cleanup:Command 164 cleanup-repos=kallithea.lib.paster_commands.cleanup:Command
165 install-iis=kallithea.lib.paster_commands.install_iis:Command 165 install-iis=kallithea.lib.paster_commands.install_iis:Command
166 make-index=kallithea.lib.paster_commands.make_index:Command 166 make-index=kallithea.lib.paster_commands.make_index:Command
167 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command 167 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
168 setup-db=kallithea.lib.paster_commands.setup_db:Command 168 setup-db=kallithea.lib.paster_commands.setup_db:Command
169 update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command
170 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb 169 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
171 """, 170 """,
172 ) 171 )