~prismakov/charms/trusty/cf-cloud-controller/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
test: lint 
	charm proof

lint:
	@flake8 --exclude=hooks/charmhelpers hooks tests

clean:
	find . -name '*.pyc' -delete
	find . -name '*.bak' -delete
	@rm -rf .venv

sync:
	charm-helpers-sync -c charm-helpers.yaml