Confirmed users
4,293
edits
No edit summary |
|||
Line 237: | Line 237: | ||
=== Checksums === | === Checksums === | ||
No problems, but will need to rerun for 12.0 to 14.0.1 partials. | |||
=== Updates === | === Updates === | ||
Failed to bump the patcher config | |||
perl ../tools/release/patcher-config-bump.pl -p firefox -r Firefox -v 14.0.1 -a 14.0.1 \ | |||
-o 13.0.2 -b 1 .... | |||
ASSERT: BumpFilePath() - Could not bump path: 'firefox/nightly/13.0.1-candidates/build1/update/%platform%/%locale%/firefox-13.0-13.0.1.partial.mar' from '13.0.2' to '14.0.1' at ../tools/lib/perl/Release/Patcher/Config.pm line 148. | |||
due to incorrect oldVersion in release config | |||
Fix: | |||
# buildbot-configs @ ed8561aa1056 | |||
sed -e 's/13_0_2/13_0_1/' -e 's/13\.0\.2/13.0.1/' -i '' mozilla/release-firefox-mozilla-release.py | |||
hg ci -m "Bug 758795, fix up oldVersion for FF 14.0.1, r=version-numbers-are-confusing" | |||
hg up -r production | |||
hg transplant 1aa1d4209bb1 | |||
hg tag -f -r production {FIREFOX,FENNEC}_14_0_1_{RELEASE,BUILD1} | |||
hg push ssh://hg.mozilla.org/build/buildbot-configs | |||
# bm12 | |||
cd /builds/buildbot/build1 | |||
source bin/activate | |||
make update reconfig | |||
Note that the tagging was wrong for Fennec, revert it | |||
hg tag -f -r b52a7634bca669ea1205ad34ab297b845ec193c1 FENNEC_14_0_1_RELEASE | |||
hg tag -f -r b2b6a37879f23438c3fb29124f9b3d37e61cff13 FENNEC_14_0_1_BUILD1 | |||
# after verification using hg serve | |||
hg push ssh://hg.mozilla.org/build/buildbot-configs | |||
Forced builder, but it failed to upload aus2-test because in the create_snippets step we got | |||
Partial patch info - 0 to create | |||
Complete patch info - 0 to create | |||
Past release patch info - 6168 to create | |||
No known patch for locale af, 10.0 -> 14.0.1; skipping... | |||
instead of generating snippets. There will be something subtle busted in the patcher config, because it looks OK from a quick eyeball. TODO: Needs followup | |||
==== Adjust What's New in snippets ==== | ==== Adjust What's New in snippets ==== | ||
Line 255: | Line 288: | ||
=== Check permissions / AV scan === | === Check permissions / AV scan === | ||
No problems, but will need to rerun after 12.0 - 14.0.1 partial generation | |||
=== Push to internal mirrors === | === Push to internal mirrors === |