From 591f879315b667290112eb9f44eadba13472342c Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 21 May 2014 11:10:19 +0100 Subject: [PATCH] [trivial] Add publish target to makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 71dfd409..cc53a956 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,7 @@ lint: sync: @charm-helper-sync -c charm-helpers-sync.yaml + +publish: lint + bzr push lp:charms/ceph + bzr push lp:charms/trusty/ceph