changeset 8435:e3a3fae57343 stable

cleanup: drop last traces of kallithea-config The kallithea-config sources were removed in commit 213085032127e941a3bd93d0e510828a9d87bf32 but an entry point was still created by setup.py. Moreover, the ini file still referenced this, instead of kallithea-cli (config-create).
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 23 May 2020 19:52:04 +0200
parents ec4e69a60aae
children 68861940ee1e
files development.ini kallithea/lib/paster_commands/template.ini.mako setup.py
diffstat 3 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Mon May 18 15:33:01 2020 +0200
+++ b/development.ini	Sat May 23 19:52:04 2020 +0200
@@ -1,6 +1,6 @@
 ###################################################################################
 ###################################################################################
-## Kallithea config file generated with kallithea-config                         ##
+## Kallithea config file generated with kallithea-cli                            ##
 ##                                                                               ##
 ## The %(here)s variable will generally be replaced with the parent directory of ##
 ## this file. Other use of % must be escaped as %% .                             ##
--- a/kallithea/lib/paster_commands/template.ini.mako	Mon May 18 15:33:01 2020 +0200
+++ b/kallithea/lib/paster_commands/template.ini.mako	Sat May 23 19:52:04 2020 +0200
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 <%text>##</%text>#################################################################################
 <%text>##</%text>#################################################################################
-<%text>##</%text> Kallithea config file generated with kallithea-config ${'%-24s' % version    }##
+<%text>##</%text> Kallithea config file generated with kallithea-cli ${'%-27s' % version       }##
 <%text>##</%text>                                                                               ##
 <%text>##</%text> The %(here)s variable will generally be replaced with the parent directory of ##
 <%text>##</%text> this file. Other use of % must be escaped as %% .                             ##
--- a/setup.py	Mon May 18 15:33:01 2020 +0200
+++ b/setup.py	Sat May 23 19:52:04 2020 +0200
@@ -153,7 +153,6 @@
     [console_scripts]
     kallithea-api =    kallithea.bin.kallithea_api:main
     kallithea-gist =   kallithea.bin.kallithea_gist:main
-    kallithea-config = kallithea.bin.kallithea_config:main
     kallithea-cli =    kallithea.bin.kallithea_cli:cli
 
     [paste.app_factory]