From 4faa7f927149a5c4ef7a03523f7bc14523cb9baa Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 7 Oct 2016 12:24:58 -0700 Subject: Charms for Contrail 3.1 with Mitaka Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie --- charms/trusty/contrail-control/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 charms/trusty/contrail-control/Makefile (limited to 'charms/trusty/contrail-control/Makefile') diff --git a/charms/trusty/contrail-control/Makefile b/charms/trusty/contrail-control/Makefile new file mode 100644 index 0000000..378713f --- /dev/null +++ b/charms/trusty/contrail-control/Makefile @@ -0,0 +1,10 @@ +#!/usr/bin/make +PYTHON := /usr/bin/env python + +bin/charm_helpers_sync.py: + @mkdir -p bin + @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \ + > bin/charm_helpers_sync.py + +sync: bin/charm_helpers_sync.py + @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml -- cgit 1.2.3-korg