Changeset - e5406853e12c
[Not reviewed]
default
1 1 0
Mads Kiilerich - 7 years ago 2018-12-23 21:16:07
mads@kiilerich.com
gearbox: drop last traces of upgrade-db paster command

Everything has changed anyway.
2 files changed with 0 insertions and 16 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/dbmigrate/__init__.py
Show inline comments
 
deleted file
setup.py
Show inline comments
 
@@ -148,17 +148,14 @@ setuptools.setup(
 
            ('templates/**.html', 'mako', {'input_encoding': 'utf-8'}),
 
            ('public/**', 'ignore', None)]},
 
    zip_safe=False,
 
    entry_points="""
 
    [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]
 
    main = kallithea.config.middleware:make_app
 

	
 
    [gearbox.commands]
 
    upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
 
    """,
 
)
0 comments (0 inline, 0 general)