Update Make jobs to separate out ceph lib sync

Change-Id: Id7026e0109684d312eb36376f6f5b072a5282b37
This commit is contained in:
Chris MacNaughton 2016-12-01 09:19:17 -05:00
parent dfd1de35b2
commit 8d2dc2aeeb
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ 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
bzr push lp:charms/ceph-osd