Move charm-helpers.yaml to charm-helpers-hooks.yaml and
add charm-helpers-tests.yaml.
This commit is contained in:
parent
3b4fed0c63
commit
b9be6d3fb6
3
Makefile
3
Makefile
@ -11,7 +11,8 @@ test:
|
|||||||
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
|
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
|
||||||
|
|
||||||
sync:
|
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
|
publish: lint test
|
||||||
bzr push lp:charms/swift-proxy
|
bzr push lp:charms/swift-proxy
|
||||||
|
5
charm-helpers-tests.yaml
Normal file
5
charm-helpers-tests.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
branch: lp:charm-helpers
|
||||||
|
destination: tests/charmhelpers
|
||||||
|
include:
|
||||||
|
- contrib.amulet
|
||||||
|
- contrib.openstack.amulet
|
Loading…
Reference in New Issue
Block a user