Update Make jobs to separate out ceph lib sync

Change-Id: I5e1fe4a913f1baaa22ea73e34f3d1ba8edf82c5a
This commit is contained in:
Chris MacNaughton 2016-12-01 09:19:38 -05:00
parent 8039e9377b
commit 86fef6c00b
1 changed files with 5 additions and 4 deletions

View File

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