update makefile and charm-helpers yaml

This commit is contained in:
Ryan Beisner 2015-06-04 15:04:52 +00:00
parent 3259626aac
commit 58ca032658
2 changed files with 10 additions and 2 deletions

View File

@ -5,5 +5,11 @@ lint:
@flake8 --exclude hooks/charmhelpers hooks
@charm proof
sync:
@charm-helper-sync -c charm-helpers.yaml
bin/charm_helpers_sync.py:
@mkdir -p bin
@bzr cat lp:charm-helpers/tools/charm_helpers_sync/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

View File

@ -9,4 +9,6 @@ include:
- apache
- cluster
- contrib.network
- contrib.python.packages
- payload.execd
- contrib.charmsupport