diff 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
line wrap: on
line diff
--- a/setup.py	Fri Oct 03 00:20:36 2014 +0200
+++ b/setup.py	Fri Oct 03 00:20:36 2014 +0200
@@ -172,6 +172,7 @@
 
     [paste.global_paster_command]
     setup-db=kallithea.lib.paster_commands.setup_db:Command
+    cleanup-repos=kallithea.lib.paster_commands.cleanup:Command
     update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command
     make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
     repo-scan=kallithea.lib.paster_commands.repo_scan:Command