Remove errant } in create-zanata-xml for Horizon

This causes the Zanata CLI utility to print an error message about
accepted variables, and it may cause problems for the parser.

Change-Id: If46bd2baf8ee12394b61a9d505fd9f7e690f1b23
This commit is contained in:
Steve Kowalik 2015-09-03 14:46:53 +10:00
parent ebde23364a
commit fdab16cc23

View File

@ -85,7 +85,7 @@ function setup_horizon {
/usr/local/jenkins/slave_scripts/create-zanata-xml.py -p $project \ /usr/local/jenkins/slave_scripts/create-zanata-xml.py -p $project \
-v master --srcdir . --txdir . -r 'horizon/*.pot' \ -v master --srcdir . --txdir . -r 'horizon/*.pot' \
'horizon/locale/{locale_with_underscore}/LC_MESSAGES}/{filename}.po' \ 'horizon/locale/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \
-r 'openstack_dashboard/*.pot' \ -r 'openstack_dashboard/*.pot' \
'openstack_dashboard/locale/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \ 'openstack_dashboard/locale/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \
-e '.*/**' -f zanata.xml -e '.*/**' -f zanata.xml