Move charm-helpers.yaml to charm-helpers-hooks.yaml, add charm-helpers-tests.yaml, update Makefile sync target.

This commit is contained in:
Ryan Beisner 2014-07-28 14:38:09 +00:00
parent 19faf78ef2
commit 04f6e35c7b
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ bin/charm_helpers_sync.py:
> bin/charm_helpers_sync.py
sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
@charm-helper-sync -c charm-helpers-tests.yaml
publish: lint test
bzr push lp:charms/cinder