Confirmed users
2,595
edits
Philip Chee (talk | contribs) (My cat is sad because he is spending Monday night the way he spends all Monday nights: alone, playing musical chairs.) |
Philip Chee (talk | contribs) (My cat is sad because someone has just explained to him what "sexting" means) |
||
| Line 35: | Line 35: | ||
* VS2010 support was removed from mozilla-central on 15th December ({{Bug|1092468}}). Our Windows slaves are in the process of being upgraded to Win2008 and VS2013 ({{Bug|1114876}}). There are also some upcoming changes to L10n build system in Q1 2015 ({{bug|1107635}}). | * VS2010 support was removed from mozilla-central on 15th December ({{Bug|1092468}}). Our Windows slaves are in the process of being upgraded to Win2008 and VS2013 ({{Bug|1114876}}). There are also some upcoming changes to L10n build system in Q1 2015 ({{bug|1107635}}). | ||
* Buildmaster is up and running, and produces en-US builds, see 9/16 meeting's [[SeaMonkey/StatusMeetings/2014-09-16#Agenda|Friends of the Fish Tank]]. Builds and langpacks in 18 languages including en-US are available unofficially thanks to A.Kalla. '''''Edit:''' However, only 9 languages are published daily for trunk there, and en-GB is not one of them. For Aurora I didn't check. — [[User:Tonymec|Tonymec]] ([[User talk:Tonymec|talk]]) 16:49, 21 January 2015 (PST)'' | * Buildmaster is up and running, and produces en-US builds, see 9/16 meeting's [[SeaMonkey/StatusMeetings/2014-09-16#Agenda|Friends of the Fish Tank]]. Builds and langpacks in 18 languages including en-US are available unofficially thanks to A.Kalla. '''''Edit:''' However, only 9 languages are published daily for trunk there, and en-GB is not one of them. For Aurora I didn't check. — [[User:Tonymec|Tonymec]] ([[User talk:Tonymec|talk]]) 16:49, 21 January 2015 (PST)'' | ||
* {{Bug|1083689}} Langpacks aren't updated when auto-updating SeaMonkey. The langpacks need strict versioning e.g. min 2.30 max 2.30.* which makes sense since you don't want 2.29 strings with 2.30. This is possibly a build config problem so we should check with Callek, ewong, or KaiRo. | * {{Bug|1083689}} Langpacks aren't updated when auto-updating SeaMonkey. The langpacks need strict versioning e.g. min 2.30 max 2.30.* which makes sense since you don't want 2.29 strings with 2.30. This is possibly a build config problem so we should check with Callek, ewong, or KaiRo. '''KaiRo has a patch on hand.''' | ||
** The de and en-GB langpacks for 2.30 have:<br/><tt><em:minVersion>2.30</em:minVersion><em:maxVersion>2.*</em:maxVersion></tt><br/>2.22 had:<br/><tt><em:minVersion>2.22</em:minVersion><em:maxVersion>2.22.*</em:maxVersion></tt> | ** The de and en-GB langpacks for 2.30 have:<br/><tt><em:minVersion>2.30</em:minVersion><em:maxVersion>2.*</em:maxVersion></tt><br/>2.22 had:<br/><tt><em:minVersion>2.22</em:minVersion><em:maxVersion>2.22.*</em:maxVersion></tt> | ||
** [IanN and RSX11M] There was a change in one of the scripts that generates the language pack files (the underlying issue was truncated version numbers introduced by Firefox) so it needs to be adjusted to take SeaMonkey into account. | ** [IanN and RSX11M] There was a change in one of the scripts that generates the language pack files (the underlying issue was truncated version numbers introduced by Firefox) so it needs to be adjusted to take SeaMonkey into account. | ||