Remove outdated pot files

These files are outdated and not needed, translation is done using our
translation server. The current scripts work even when these files do
not exist. Once there are translated files, the files will be imported
automatically again and updated.

This is part of implementing the new infra setup for translations,
see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

Remove test for valid po/pot files from tox.ini, this is now done in the
infra scripts.

Change-Id: I49dded30597533434a7c751cdabf8b6a11e1c1c5
This commit is contained in:
Andreas Jaeger 2016-01-31 21:15:45 +01:00
parent 43cf2c2731
commit ddd51b19a6
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ commands = oslo_debug_helper {posargs}
commands =
flake8 {posargs}
doc8 doc/source
# Check that .po and .pot files are valid:
bash -c "find sahara -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
# Run bashate checks
bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate -v"
bash -c "find devstack -not -name README.rst -and -not -name \*.json -type f -print0 | xargs -0 bashate -v"