diff --git a/Makefile b/Makefile index 902ed078..d4b8b8d1 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,12 @@ bin/git_sync.py: ch-sync: bin/charm_helpers_sync.py $(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml $(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml -git-sync: bin/git_sync.py + +ceph-sync: bin/git_sync.py $(PYTHON) bin/git_sync.py -d lib -s https://github.com/openstack/charms.ceph.git -sync: git-sync ch-sync +sync: ch-sync publish: lint test - bzr push lp:charms/ceph - bzr push lp:charms/trusty/ceph + bzr push lp:charms/ceph-mon + bzr push lp:charms/trusty/ceph-mon