Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
charm-build applies layers in incorrect order #218
Comments
johnsca
added
the
charm-build
label
Jun 8, 2016
|
This is a regression in 87c26dc due to the change in order of |
added a commit
to johnsca/charm-tools
that referenced
this issue
Jun 8, 2016
added a commit
to johnsca/charm-tools
that referenced
this issue
Jun 8, 2016
added a commit
to johnsca/charm-tools
that referenced
this issue
Jun 8, 2016
marcoceppi
closed this
in
#219
Jun 8, 2016
added a commit
that referenced
this issue
Jun 8, 2016
marcoceppi
modified the milestones:
2.1.3,
2.1.PATCH
Jun 8, 2016
marcoceppi
assigned
johnsca
Jun 8, 2016
ryan-beisner
referenced this issue
Jun 9, 2016
Closed
Ignores from lower layers can cause higher layer files to be ignored (dropped) #220
added a commit
that referenced
this issue
Aug 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedJun 8, 2016
Checklist
What version am I running?
I ran the following command:
charm versionand got the following ouput:I am using: Ubuntu (trusty)
Issue/Feature
When building, base layers can get applied in the incorrect order.
I expect/expected the following
Given the following set of includes:
I expect the layers to be applied in the order:
basic,layer-bottom,layer-middle,layer-top.What I got
Note
layer-middlewas applied beforelayer-bottom