On 19/11/14 17:36, Tom Fifield wrote:
Hi,
I just lodged a new bug:
https://bugs.launchpad.net/openstack-i18n/+bug/1394120
Basically, the periodic job to propose translations to swift is failing. and we need to get it to work, since swift is now translated into Chinese by Seagate! :DDD
From the log:
2014-11-19 06:09:39.316 | ++ find swift/locale -name swift.po 2014-11-19 06:09:39.318 | + PO_FILES=swift/locale/zh_CN/LC_MESSAGES/swift.po 2014-11-19 06:09:39.318 | + '[' -n swift/locale/zh_CN/LC_MESSAGES/swift.po ']' 2014-11-19 06:09:39.318 | + python setup.py update_catalog --no-fuzzy-matching --ignore-obsolete=true 2014-11-19 06:09:39.525 | running update_catalog 2014-11-19 06:09:39.525 | error: locale: No such file or directory 2014-11-19 06:09:39.547 | Build step 'Execute shell' marked build as failure
https://jenkins.openstack.org/job/swift-propose-translation-update/63/consol...
Previously the locale directory in swift was at the top level of the repo. Now it is a subdiretory under swift.
Looking at the script, the location of the locale directory is actually fine.
Likely the script needs updating.
Regards,
Tom
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n