From 56211b7a148001af79fc1a9107596301a905004e Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 1 Dec 2016 09:20:33 -0500 Subject: [PATCH] Update Make jobs to separate out ceph lib sync Change-Id: Iad41ed6afb71f2e6cc6dd89c3d7e1d780d342776 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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