Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
lower layers that define series will be included in built charm #257
Comments
ktsakalozos
commented
Sep 20, 2016
|
Happens here as well. This issue might be related: #186 |
added a commit
to battlemidget/layer-php
that referenced
this issue
Sep 26, 2016
battlemidget
referenced this issue
in silph-io/layer-php
Sep 26, 2016
Merged
Update metadata.yaml #2
added a commit
to silph-io/layer-php
that referenced
this issue
Sep 26, 2016
added a commit
to cmars/juju-charm-mattermost
that referenced
this issue
Oct 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
battlemidget commentedSep 20, 2016
Otherwise, if you have a feature request or issue with any other charm command please delete the above and continue below
Checklist
What version am I running?
I ran the following command:
charm versionand got the following ouput:I am using: ubuntu
Issue/Feature
Doing a charm build that includes layers such as nginx which define a series in its metadata.yaml will be included in the top level charm being built. This results in the finished charm including either multiple series name (ie:
series: ['xenial', 'trusty', 'xenial']) or set the final charm up to support additional series that may not have been developed for.I expect/expected the following
If this toplevel contains a series definition it should use that as the authoritative source of what series it supports.