Update Make jobs to separate out ceph lib sync

Change-Id: Iad41ed6afb71f2e6cc6dd89c3d7e1d780d342776
This commit is contained in:
Chris MacNaughton 2016-12-01 09:20:33 -05:00
parent 5d635ae394
commit 56211b7a14
1 changed files with 3 additions and 2 deletions

View File

@ -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