juju-solutions / layer-caas-base

Base layer for CaaS charms
Apache License 2.0
2 stars 7 forks source link

Fix charm building to work with new WheelhouseTactic updates #28

Closed johnsca closed 3 years ago

johnsca commented 3 years ago

This fork of the WheelhouseTactic got significantly out of date from the base, and charm-tools PR #585 broke the tactic override mechanism (see https://github.com/juju/charm-tools/issues/596). This addresses both by working around the tactic override issue and bringing the custom tactic into line with the base by making it a subclass.

Fixes #27

wallyworld commented 3 years ago

Thanks for fixing this!