Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-20 Thread Merlijn Sebrechts
On May 20, 2017 09:05, "John Meinel" wrote: I would actually prefer if it shows up in 'juju status' but that we suppress it from 'juju status-log' by default. This is still very strange behavior. Why should this be default? Just pipe the output of juju status through

Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-20 Thread Merlijn Sebrechts
Not showing subsequent runs seems very strange behavior as an end user and will complicate debugging issues with update-status hooks. Don't remove logs just because they are too verbose, there are use-cases where this info is needed. On May 19, 2017 04:14, "Tim Penhey"

Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-20 Thread Merlijn Sebrechts
Not showing subsequent runs seems very strange behavior as an end user and will complicate debugging issues with update-status hooks. Don't remove logs just because they are too verbose, there are use-cases where this info is needed. On May 19, 2017 04:14, "Tim Penhey"

Re: charm build -s centos7 does nothing special?

2017-05-20 Thread John Meinel
I would guess the charm can define series specific build instructions, but that layer-basic doesn't, itself, have different instructions for centos7. John =:-> On Sat, May 20, 2017 at 10:07 AM, fengxia wrote: > Hi Juju, > > I made a hello world charm based on charm tutorial,

Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-20 Thread John Meinel
I would actually prefer if it shows up in 'juju status' but that we suppress it from 'juju status-log' by default. (*possibly* we could show it with a flag, but I'm not sure that it is worth tracking or not.) John =:-> On Fri, May 19, 2017 at 9:42 PM, Gregory Lutostanski <

Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-20 Thread John Meinel
I would actually prefer if it shows up in 'juju status' but that we suppress it from 'juju status-log' by default. (*possibly* we could show it with a flag, but I'm not sure that it is worth tracking or not.) John =:-> On Fri, May 19, 2017 at 9:42 PM, Gregory Lutostanski <

charm build -s centos7 does nothing special?

2017-05-20 Thread fengxia
Hi Juju, I made a hello world charm based on charm tutorial, which includes layer-basic. I noticed that "charm build" can take a switch "-s series". I specified "-s centos7", and diff the result from default built which is "trusty". There is no material different between two builds. Is this