Comment 0 for bug 1394120

Revision history for this message
Tom Fifield (fifieldt) wrote :

The periodic job to propose translations to swift is failing.

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/console

Previously the locale directory in swift was at the top level of the repo. Now it is a subdiretory under swift.

Likely the script needs updating.