charm-trilio-horizon-plugin/.gitignore
Liam Young 3fdc50faaa Update to build using charmcraft
Due to a build problem with the reactive plugin, this change falls back
on overriding the steps and doing a manual build, but it also ensures
the CI system builds the charm using charmcraft.  Changes:

- add a build-requirements.txt
- modify charmcraft.yaml
- modify osci.yaml
    -> indicate build with charmcraft
- modify tox.ini
    -> tox -e build does charmcraft build/rename
    -> tox -e build-reactive does the reactive build
- modify bundles to use the <charm>.charm artifact in tests.
  and fix deprecation warning re: prefix
- tox inception to enable tox -e func-test in the CI
- Pin everything in wheelhouse.txt for bionic and focal support.
  This will need updating when the charm channels are created.

Change-Id: I6be651732c1778e29c7cbe2bf767c60ceec356eb
2022-06-23 07:57:25 +00:00

14 lines
136 B
Plaintext

bin
.coverage
.testrepository
.tox
*.sw[nop]
*.pyc
.unit-state.db
.stestr
__pycache__
func-results.json
tests/id_rsa_zaza
build
*.charm