]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update infrastructure to more closely match other OpenStack projects
authorSteven Dake <sdake@redhat.com>
Wed, 27 Feb 2013 17:26:46 +0000 (10:26 -0700)
committerGerrit Code Review <review@openstack.org>
Thu, 28 Feb 2013 20:18:01 +0000 (20:18 +0000)
commit637740a4f1aa64e192c05638b76ad2355909e346
tree33b42fd8e54b95db0725d0a3f15e4c477f1e6640
parent52fc9ac812ed89798c9ef008065fc58eb3ea94db
Update infrastructure to more closely match other OpenStack projects

This patch imports nova's HACKING.rst guidelines altered for Heat.
This patch imports nova's run_pep8.sh with some minor alterations.
This patch imports nova's hacking.py extensions to pep8.

This patch places the run_pep8 logic in a separate file rather than
having it spread between tox.ini and run_tests.sh.  The HACKING.rst
requirements as well as general pep8 requirements are then enforced
with run_pep8.sh.

Avoid running once the N802 rule until dependency changelogs are
less then 50 characters.

Change-Id: If46c14668eae3cf11b8fbff46d766cc589d701aa
Fixes: Bug #1131275
HACKING.rst
run_tests.sh
tools/hacking.py [new file with mode: 0755]
tools/run_pep8.sh [new file with mode: 0755]
tox.ini