Move charm-helpers.yaml to charm-helpers-hooks.yaml and

add charm-helpers-tests.yaml.
This commit is contained in:
Corey Bryant 2014-06-25 17:34:56 +00:00
parent e13997f500
commit d73aacfb31
3 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,8 @@ test:
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
sync:
@charm-helper-sync -c charm-helpers.yaml
@charm-helper-sync -c charm-helpers-hooks.yaml
@charm-helper-sync -c charm-helpers-tests.yaml
publish: lint test
bzr push lp:charms/nova-compute

5
charm-helpers-tests.yaml Normal file
View File

@ -0,0 +1,5 @@
branch: lp:charm-helpers
destination: tests/charmhelpers
include:
- contrib.amulet
- contrib.openstack.amulet