Comment 7 for bug 384217

Revision history for this message
Savvas Radevic (medigeek) wrote :

I think I have discovered why this happens. It seems to be connected to the fact that when I push bzr revisions, any changes to .po/.pot files are scanned and processed/submitted to rosetta project for translation import.

All emails (or most of them) that I haven't received have changes to .po/.pot files. I don't think it's a coincidence:

$ bzr log -v i18n/ locale/ | grep revno | sed -e 's/revno: //' | xargs
69 67 66 65 63 62 61 60 59 58 57 56 55 54 53 52 47 45 44 41 40 39 38 37 35 34 33 32 31 30 29 28 27 26 25 22 20 18 17 13 12 11 8 7 5 4 1

Can someone check:
- what happens when I push .po/.pot files from bzr?
- if there is something "holding up" the emails while .po/.pot changes are being sent to rosetta through bzr?