Re: charm layers hooks/install, how are they "merged"?

2017-08-11 Thread fengxia
Make sense. Thank you Stuart. On 08/11/2017 06:31 AM, Stuart Bishop wrote: On 11 August 2017 at 09:02, fengxia wrote: Hi Juju, I'm building a charm by including two layers in layer.yaml: includes: - 'layer:basic' - 'layer:pylxca' Pylxca is a library I packaged into

Re: charm layers hooks/install, how are they "merged"?

2017-08-11 Thread Stuart Bishop
On 11 August 2017 at 09:02, fengxia wrote: > Hi Juju, > > I'm building a charm by including two layers in layer.yaml: > > includes: > - 'layer:basic' > - 'layer:pylxca' > > Pylxca is a library I packaged into a "layer" format for reuse. > > Both layers have a folder called

charm layers hooks/install, how are they "merged"?

2017-08-10 Thread fengxia
Hi Juju, I'm building a charm by including two layers in layer.yaml: includes: - 'layer:basic' - 'layer:pylxca' Pylxca is a library I packaged into a "layer" format for reuse. Both layers have a folder called "hooks", and each has a hook called "install". The curious result is that after