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

add charm-helpers-tests.yaml.
This commit is contained in:
Corey Bryant 2014-08-25 18:26:04 +00:00
parent 043d2efab9
commit 77af37a023
3 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,8 @@ lint:
@charm proof
sync:
@charm-helper-sync -c charm-helpers-sync.yaml
@charm-helper-sync -c charm-helpers-hooks.yaml
@charm-helper-sync -c charm-helpers-tests.yaml
publish: lint
bzr push lp:charms/ceph

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