Cory Johns

Results 63 comments of Cory Johns

I meant to comment on this that I spoke with one of the snapcraft devs the other week and I think the consensus is that classic confinement is reasonable for...

Well, we actually want the deps re-evaluated every time by default, to pick up new versions when rebuilding. However, supporting an `--offline` flag is a good idea.

I'm not sure that it is possible to stop the user from deploying a source layer, since that is a function of the Juju CLI and not charm-tools. Also, even...

There's also a Python API for terms in the [theblues](https://github.com/juju/theblues/blob/develop/theblues/terms.py#L31) package to make it even easier.

We should revisit this and make the output directory consistent. We should also remove the default behavior when `$JUJU_REPOSITORY` is not set to build inside the current directory, since that...

There are some improvements we could make to the above output, as well. The interface error should indicate which relation endpoint and / or interface name it failed on. The...

Yes, interfaces should support this as well. As @stub42's mentions in #243 there are several areas where interface layers aren't handled as robustly as other layers and the support should...

To test fetching from the controller, it seems like you would need the ability to push them to the controller first.