21 lines
528 B
YAML
21 lines
528 B
YAML
"includes":
|
|
- "layer:options"
|
|
- "layer:basic"
|
|
- "layer:debug"
|
|
- "interface:container-runtime"
|
|
- "interface:untrusted-container-runtime"
|
|
- "layer:status"
|
|
"exclude": [".travis.yml", "tests", "tox.ini", "test-requirements.txt", "unit_tests"]
|
|
"options":
|
|
"basic":
|
|
"packages": []
|
|
"python_packages": []
|
|
"use_venv": !!bool "true"
|
|
"include_system_packages": !!bool "false"
|
|
"debug": {}
|
|
"status":
|
|
"patch-hookenv": !!bool "true"
|
|
"kata": {}
|
|
"repo": "https://github.com/charmed-kubernetes/charm-kata"
|
|
"is": "kata"
|