charm-nova-cloud-controller/Makefile
Frode Nordahl 7e8713b01b Update repo to do ch-sync from Git
Change-Id: Idc8eddcb2973736df76d7d7d8354fe681fbab64a
2017-09-26 09:55:32 +02:00

26 lines
581 B
Makefile

#!/usr/bin/make
PYTHON := /usr/bin/env python
lint:
@tox -e pep8
test:
@echo Starting unit tests...
@tox -e py27
functional_test:
@echo Starting Amulet tests...
@tox -e func27
bin/charm_helpers_sync.py:
@mkdir -p bin
@curl -o bin/charm_helpers_sync.py https://raw.githubusercontent.com/juju/charm-helpers/master/tools/charm_helpers_sync/charm_helpers_sync.py
sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
publish: lint test
bzr push lp:charms/nova-cloud-controller
bzr push lp:charms/trusty/nova-cloud-controller