From 86fef6c00b7ae82a72b59847242a8bf9cb174652 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 1 Dec 2016 09:19:38 -0500 Subject: [PATCH] Update Make jobs to separate out ceph lib sync Change-Id: I5e1fe4a913f1baaa22ea73e34f3d1ba8edf82c5a --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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