diff 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
line wrap: on
line diff
--- a/setup.py	Sun Nov 18 20:02:17 2018 +0100
+++ b/setup.py	Sun Nov 18 20:02:17 2018 +0100
@@ -166,7 +166,6 @@
     make-index=kallithea.lib.paster_commands.make_index:Command
     make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
     setup-db=kallithea.lib.paster_commands.setup_db:Command
-    update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command
     upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
     """,
 )