charm-swift-storage/Makefile
James Page b6e58cd003 [tribaal,r=james-page,t=james-page]
Resync helpers to pickup fixes for apt lock races and better block device detection and handling.
2014-05-21 11:08:22 +01:00

19 lines
412 B
Makefile

#!/usr/bin/make
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks
@flake8 --exclude hooks/charmhelpers unit_tests
@charm proof
test:
@echo Starting tests...
@$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
sync:
@charm-helper-sync -c charm-helpers.yaml
publish: lint test
bzr push lp:charms/swift-storage
bzr push lp:charms/trusty/swift-storage