Merge "Let setup.py compile_catalog process all language files"
This commit is contained in:
commit
7c589c720b
@ -157,7 +157,7 @@ setup-hooks =
|
|||||||
|
|
||||||
[compile_catalog]
|
[compile_catalog]
|
||||||
directory = heat/locale
|
directory = heat/locale
|
||||||
domain = heat
|
domain = heat heat-log-critical heat-log-error heat-log-warning
|
||||||
|
|
||||||
[update_catalog]
|
[update_catalog]
|
||||||
domain = heat
|
domain = heat
|
||||||
|
2
tox.ini
2
tox.ini
@ -37,8 +37,6 @@ commands =
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-engine bin/heat-manage contrib heat_integrationtests doc/source
|
flake8 heat bin/heat-api bin/heat-api-cfn bin/heat-api-cloudwatch bin/heat-engine bin/heat-manage contrib heat_integrationtests doc/source
|
||||||
# Check that .po and .pot files are valid:
|
|
||||||
bash -c "find heat -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
|
||||||
python tools/custom_guidelines.py --exclude heat/engine/resources/aws
|
python tools/custom_guidelines.py --exclude heat/engine/resources/aws
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user