Confirmed users
4,293
edits
(→Sign) |
|||
| Line 159: | Line 159: | ||
XXX Need something that grooms out un-needed locales (eg ja on mac, ja-JP-mac on linux/win32) based on [http://hg.mozilla.org/releases/mozilla-1.9.1/file/FIREFOX_3_1b3_RELEASE/browser/locales/shipped-locales shipped-locales]. Did this manually on stage this time. Also add KEY, contrib & contrib-localized, generate SHA1SUM/MD5SUMS, fix up permissions etc. | XXX Need something that grooms out un-needed locales (eg ja on mac, ja-JP-mac on linux/win32) based on [http://hg.mozilla.org/releases/mozilla-1.9.1/file/FIREFOX_3_1b3_RELEASE/browser/locales/shipped-locales shipped-locales]. Did this manually on stage this time. Also add KEY, contrib & contrib-localized, generate SHA1SUM/MD5SUMS, fix up permissions etc. | ||
====L10nVerify==== | |||
Running | |||
====Generate updates and push betatest snippets==== | |||
First attempt died out trying to execute | |||
['/usr/bin/cvs', '-d', ':ext:cltbld@cvs.mozilla.org:/cvsroot', '-z3', 'checkout', '-d', 'build', '-r', 'post_signing', '-D', 'Sun, 08 Mar 2009 23:28:48 -0000', 'mozilla/tools/patcher'] | |||
cvs [checkout aborted]: no such tag post_signing | |||
The 'post_signing' branch has overridden patcherToolsTag in [http://mxr.mozilla.org/build/source/buildbotcustom/process/factory.py#1495 ReleaseUpdatesFactory]. XXX: Bug to swap this over to a ShellCommand like all the other cvs operations. | |||
Triggered manually on waterfall, leaving branch blank (no need to clean up moz2-linux-slave09 as it updates/ contains only tools/, and we delete & repull that on every step). | |||
XXX: Swap mercurial automation to using build/tools/release/updates/ for patcher config rather than cvs, and somehow cope with subsequent updating of build/tools to patcherToolsTag | |||