23f292e4a3
Resync helpers to pickup fixes for apt lock races and better block device detection and handling.
19 lines
433 B
Makefile
19 lines
433 B
Makefile
#!/usr/bin/make
|
|
PYTHON := /usr/bin/env python
|
|
|
|
lint:
|
|
@flake8 --exclude hooks/charmhelpers --ignore=E125 hooks
|
|
@flake8 --exclude hooks/charmhelpers --ignore=E125 unit_tests
|
|
@charm proof
|
|
|
|
test:
|
|
@echo Starting tests...
|
|
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
|
|
|
|
sync:
|
|
@charm-helper-sync -c charm-helpers.yaml
|
|
|
|
publish: lint test
|
|
bzr push lp:charms/swift-proxy
|
|
bzr push lp:charms/trusty/swift-proxy
|