swift-propose-translation-update is failing
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. Likely the script needs updating. Regards, Tom
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
I'll have a look later today, Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
A simplified Chinese translator uploaded a po file with latest Swift translations to Transifex yesterday. Not sure if it affects. Thank you for taking care of it. Best regards Ying Chun Guo (Daisy) Andreas Jaeger <aj@suse.com> wrote on 2014/11/19 22:00:31:
From: Andreas Jaeger <aj@suse.com> To: Tom Fifield <tom@openstack.org>, openstack-i18n@lists.openstack.org Date: 2014/11/19 22:01 Subject: Re: [Openstack-i18n] swift-propose-translation-update is failing
I'll have a look later today,
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
On 11/19/2014 09:16 AM, Ying Chun Guo wrote:
A simplified Chinese translator uploaded a po file with latest Swift translations to Transifex yesterday. Not sure if it affects.
That triggered the bug ;) No worries, the scripts will try importing again tomorrow. Andreas
Thank you for taking care of it.
Best regards Ying Chun Guo (Daisy)
Andreas Jaeger <aj@suse.com> wrote on 2014/11/19 22:00:31:
From: Andreas Jaeger <aj@suse.com> To: Tom Fifield <tom@openstack.org>, openstack-i18n@lists.openstack.org Date: 2014/11/19 22:01 Subject: Re: [Openstack-i18n] swift-propose-translation-update is failing
I'll have a look later today,
Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
_______________________________________________ Openstack-i18n mailing list Openstack-i18n@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n
-- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Fix: https://review.openstack.org/135606 Andreas -- Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB 21284 (AG Nürnberg) GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
participants (3)
-
Andreas Jaeger
-
Tom Fifield
-
Ying Chun Guo