File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ platforms:
9
9
# - dispatch (https://github.com/canonical/charmcraft/pull/1898)
10
10
# - manifest.yaml
11
11
# (https://github.com/canonical/charmcraft/blob/9ff19c328e23b50cc06f04e8a5ad4835740badf4/charmcraft/services/package.py#L259)
12
- # Files implicitly copied/"primed " by charmcraft without a part:
12
+ # Files implicitly copied/"staged " by charmcraft without a part:
13
13
# - actions.yaml, config.yaml, metadata.yaml
14
14
# (https://github.com/canonical/charmcraft/blob/9ff19c328e23b50cc06f04e8a5ad4835740badf4/charmcraft/services/package.py#L290-L293
15
15
# https://github.com/canonical/charmcraft/blob/9ff19c328e23b50cc06f04e8a5ad4835740badf4/charmcraft/services/package.py#L156-L157)
41
41
# "charm-poetry" part name is arbitrary; use for consistency
42
42
# Avoid using "charm" part name since that has special meaning to charmcraft
43
43
charm-poetry :
44
- # By default, the `poetry` plugin creates/primes these directories:
44
+ # By default, the `poetry` plugin creates/stages these directories:
45
45
# - lib, src
46
46
# (https://github.com/canonical/charmcraft/blob/9ff19c328e23b50cc06f04e8a5ad4835740badf4/charmcraft/parts/plugins/_poetry.py#L76-L78)
47
47
# - venv
83
83
files :
84
84
plugin : dump
85
85
source : .
86
- prime :
86
+ stage :
87
87
- LICENSE
88
88
- scripts
89
89
- templates
You can’t perform that action at this time.
0 commit comments