Disable support for aptly task for now. #96

This commit is contained in:
Andrey Smirnov
2014-10-03 12:52:46 +04:00
parent 9109c60c43
commit 14bd443d4d
3 changed files with 4 additions and 3 deletions

View File

@@ -71,7 +71,8 @@ package environment to new version.`,
makeCmdRepo(),
makeCmdServe(),
makeCmdSnapshot(),
makeCmdTask(),
// Disabled on no docs
//makeCmdTask(),
makeCmdPublish(),
makeCmdVersion(),
makeCmdPackage(),

View File

@@ -10,7 +10,6 @@ Commands:
repo manage local package repositories
serve HTTP serve published repositories
snapshot manage snapshots of repositories
task manage aptly tasks
version display version
Use "aptly help <command>" for more information about a command.

View File

@@ -2,4 +2,5 @@
Test aptly task run
"""
from .run import *
# disabled for now
#from .run import *