Merge "Let setup.py compile_catalog process all language files"

This commit is contained in:
Jenkins 2016-09-08 05:01:36 +00:00 committed by Gerrit Code Review
commit bd63288029
2 changed files with 1 additions and 3 deletions

View File

@ -87,7 +87,7 @@ tag_svn_revision = 0
[compile_catalog]
directory = cinder/locale
domain = cinder
domain = cinder cinder-log-error cinder-log-info cinder-log-warning
[update_catalog]
domain = cinder

View File

@ -60,8 +60,6 @@ setenv =
[testenv:pep8]
commands =
flake8 {posargs} .
# Check that .po and .pot files are valid:
bash -c "find cinder -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
{toxinidir}/tools/config/check_uptodate.sh
{toxinidir}/tools/check_exec.py {toxinidir}/cinder