diff --git a/Makefile b/Makefile index 902ed07..f83d7e2 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,11 @@ 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