mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Disable support for aptly task for now. #96
This commit is contained in:
@@ -71,7 +71,8 @@ package environment to new version.`,
|
||||
makeCmdRepo(),
|
||||
makeCmdServe(),
|
||||
makeCmdSnapshot(),
|
||||
makeCmdTask(),
|
||||
// Disabled on no docs
|
||||
//makeCmdTask(),
|
||||
makeCmdPublish(),
|
||||
makeCmdVersion(),
|
||||
makeCmdPackage(),
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
Test aptly task run
|
||||
"""
|
||||
|
||||
from .run import *
|
||||
# disabled for now
|
||||
#from .run import *
|
||||
|
||||
Reference in New Issue
Block a user