Confirmed users
4,293
edits
No edit summary |
|||
| Line 19: | Line 19: | ||
|- | |- | ||
| FIREFOX_3_5_2_BUILD1, FIREFOX_3_5_2_RELEASE | | FIREFOX_3_5_2_BUILD1, FIREFOX_3_5_2_RELEASE | ||
| Was:[http://hg.mozilla.org/releases/mozilla-1.9.1/rev/b8dbd5ab1647 b8dbd5ab1647] Became:[http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d57f05bcdbe1 d57f05bcdbe1] | | Was:[http://hg.mozilla.org/releases/mozilla-1.9.1/rev/b8dbd5ab1647 b8dbd5ab1647] Became:[http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d57f05bcdbe1 d57f05bcdbe1] Then:[http://hg.mozilla.org/releases/mozilla-1.9.1/rev/a6308d41af58 a6308d41af58] | ||
|} | |} | ||
| Line 108: | Line 108: | ||
PASS. All locales with real changes have an updated l10n-changesets revision (got that list by doing 'hg diff -r FIREFOX_3_5_1_RELEASE -r FIREFOX_3_5_2_RELEASE mozilla2/l10n-changesets) | PASS. All locales with real changes have an updated l10n-changesets revision (got that list by doing 'hg diff -r FIREFOX_3_5_1_RELEASE -r FIREFOX_3_5_2_RELEASE mozilla2/l10n-changesets) | ||
After redoing win32 locales: | After redoing win32 locales: looks fine, in particular no win32 specific problems | ||
====Generate updates and push betatest snippets==== | ====Generate updates and push betatest snippets==== | ||
* Update generation had 'WARNING' messages about not being able to find application.ini on Mac. This comes from get_buildid in make_incremental_updates.py, but we never actually use the output of that function which makes this a superfluous message. Noticed it in the 3.0.12 logs, too. {{bug|507405}} | * Update generation had 'WARNING' messages about not being able to find application.ini on Mac. This comes from get_buildid in make_incremental_updates.py, but we never actually use the output of that function which makes this a superfluous message. Noticed it in the 3.0.12 logs, too. {{bug|507405}} | ||
* updates were stopped midstream after the mac problem was discovered and re-kicked with 'force build' after mac builds were fixed. this caused the 'diff patcher config' step to turn red because it expected diff output, but the config had already been bumped. | * updates were stopped midstream after the mac problem was discovered and re-kicked with 'force build' after mac builds were fixed. this caused the 'diff patcher config' step to turn red because it expected diff output, but the config had already been bumped. | ||
* no real problems | * no real problems then | ||
After fixing win32 locales ... | |||
====Update verify==== | ====Update verify==== | ||