~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

121 by Liam Young
Fix lint
1
#!/usr/bin/make
2
PYTHON := /usr/bin/env python
3
4
lint:
204.1.3 by Liam Young
More tidyup and updates to README
5
	@./helper/scripts/check-lint.sh
220.1.22 by Ryan Beisner
Extend lint and spec sanity checks;
6
	@echo Checking lint...
287.2.1 by Liam Young
Add stable test with tempest for xenial/newton
7
	@pep8 -v helper/collect  helper/setup  helper/tests  helper/utils
121 by Liam Young
Fix lint
8
175 by Liam Young
Added missing spec summaries and scripts to generate overall summary
9
gen_spec_summary:
204.1.3 by Liam Young
More tidyup and updates to README
10
	@./helper/scripts/gen-spec-summary.sh > SPEC_SUMMARY.txt
220.1.16 by Ryan Beisner
update
11
12
list_specs:
13
	@./helper/scripts/list-specs.sh