Stub

Results 49 comments of Stub

Similarly, it fails on versions of juju that have a network-get that does not support the -r option, per https://bugs.launchpad.net/postgresql-charm/+bug/1751105

For extra points, by stealing some code from charms.reactive it would be possible to list hooks like {interface:pgsql}-relation-changed and have hooks generated with the correct relation name based on the...

This would also allow layers to be used by alien charms, such as a Windows charm using the leadership layer.

@erik78se Do you still get the problem if you build with --no-local-layers? You might have an old version of the base layer pinned, in which case what you see is...

The cited haproxy charm is not a reactive charm and has no layer.yaml, and 'charm build' is failing as expected. Perhaps 'charm build' should fail more obviously if there is...

The cited lines where part of the changes landed in interface:nrpe-external-master several hours ago, and that would be the trigger. The issue here is that 'charm build' is not telling...

More confusingly, if I clone the nrpe-external-master repository locally, 'charm build' works, but 'charm build --no-local-layers' continues to fail.

The problem is triggered by my tree layout. The paths are not absolute, so end up pointing to different locations depending on what the current working directory is if symlinks...

Interestingly, after cleaning out all deps directories, only one gets recreated when I 'charm build'. Maybe the newest version of 'charm build' was broken by deps caches created by older...

validate_maintainer needs to catch the malformed email address, however it ended up in metadata.yaml.