Releases/Firefox 25.0.1/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
(initial contents) |
(udpate) |
||
Line 5: | Line 5: | ||
* {{bug|936571|Tracker}} | * {{bug|936571|Tracker}} | ||
* {{bug|938075}} some FF win candidate installers wrong size | * {{bug|938075}} some FF win candidate installers wrong size | ||
* {{bug|892972}} special what's new page for 'pl' locale | |||
= Fennec Build 1 = | = Fennec Build 1 = | ||
Line 19: | Line 20: | ||
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</s> | * <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</s> | ||
** done by relman | ** done by relman | ||
** several repacks failed, | ** several repacks failed, rebuilt with standalone repacker | ||
** {{bug|938075}} report of | ** {{bug|938075}} report of 3 win32 installers being excessively large (75M vs 22M). Those locales rebuilt with standalone repacker | ||
** These needed the 25.0 pl what's new page manually applied ([https://bugzil.la/892972#c11 bug 892972]): | |||
# ffxbld@aus3-staging | |||
cd /opt/aus2/snippets/staging/ | |||
rsync -a ../pushed/Firefox-25.0.1-build1-test/ ./Firefox-25.0.1-build1-pl-bug892972-test/ | |||
for snippet in `find Firefox-25.0.1-build1-pl-bug892972-test -type f -path '*/pl/*'`; do | |||
sed -i -e 's/actions=silent/actions=showURL/' $snippet | |||
echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet | |||
done | |||
diff -Naur ../pushed/Firefox-25.0.1-build1-test/ ./Firefox-25.0.1-build1-pl-bug892972-test/ | less | |||
~/bin/pushsnip Firefox-25.0.1-build1-pl-bug892972-test | |||
rsync -a Firefox-25.0.1-build1/ ./Firefox-25.0.1-build1-pl-bug892972/ | |||
for snippet in `find Firefox-25.0.1-build1-pl-bug892972 -type f -path '*/pl/*'`; do | |||
sed -i -e 's/actions=silent/actions=showURL/' $snippet | |||
echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet | |||
done | |||
* [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | * [[Release:Release_Automation_on_Mercurial:Updates#Push_to_mirrors | Push to mirrors]] | ||
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Do_I_need_to_throttle.3F | Apply Throttling ]] | * [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Do_I_need_to_throttle.3F | Apply Throttling ]] |
Revision as of 00:01, 14 November 2013
General
- Find the Release Management owner for a release.
- bajaj for this release
Bugs
- Tracker
- bug 938075 some FF win candidate installers wrong size
- bug 892972 special what's new page for 'pl' locale
Fennec Build 1
Ship the l10n milestone- not applicable, same as 25.0
Submit to Ship It- done by relman
- Publish
- Push to mirrors is now part of publish step
Firefox Build 1
Ship the l10n milestone- not applicable, same as 25.0
Submit to Ship It- done by relman
- several repacks failed, rebuilt with standalone repacker
- bug 938075 report of 3 win32 installers being excessively large (75M vs 22M). Those locales rebuilt with standalone repacker
- These needed the 25.0 pl what's new page manually applied (bug 892972):
# ffxbld@aus3-staging cd /opt/aus2/snippets/staging/ rsync -a ../pushed/Firefox-25.0.1-build1-test/ ./Firefox-25.0.1-build1-pl-bug892972-test/ for snippet in `find Firefox-25.0.1-build1-pl-bug892972-test -type f -path '*/pl/*'`; do sed -i -e 's/actions=silent/actions=showURL/' $snippet echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet done diff -Naur ../pushed/Firefox-25.0.1-build1-test/ ./Firefox-25.0.1-build1-pl-bug892972-test/ | less ~/bin/pushsnip Firefox-25.0.1-build1-pl-bug892972-test rsync -a Firefox-25.0.1-build1/ ./Firefox-25.0.1-build1-pl-bug892972/ for snippet in `find Firefox-25.0.1-build1-pl-bug892972 -type f -path '*/pl/*'`; do sed -i -e 's/actions=silent/actions=showURL/' $snippet echo "openURL=https://www.mozilla.org/pl/firefox/25.0/whatsnew/?oldversion=%OLD_VERSION%" >> $snippet done