Disable incomplete upgrade support via fabfile

This commit is contained in:
Roberto Rosario
2012-12-12 01:28:33 -04:00
parent c433ca7d37
commit b0941abfb1

View File

@@ -48,14 +48,15 @@ def install():
webserver.restart()
platform.post_install()
'''
# Disabled until properly implemented
@task
def upgrade():
"""
Perform a Mayan EDMS installation upgrade
"""
mayan_edms.upgrade()
'''
@task
def uninstall():