Releases/Firefox 3.5.13/BuildNotes: Difference between revisions

 
(8 intermediate revisions by 3 users not shown)
Line 126: Line 126:


=== Generate updates and push betatest snippets ===
=== Generate updates and push betatest snippets ===
No problems
No problems with automation.
 
Recreate beta snippets to use bouncer (reducing QA load)
# cltbld@aus-staging
cd /opt/aus2/snippets/staging
rsync -a 20100914-Firefox-3.5.13/ 20100914-Firefox-3.5.13-bouncer-beta/
cd 20100914-Firefox-3.5.13-bouncer-beta/
find . -maxdepth 5 -mindepth 5 -type d -exec mv -v {}/release {}/beta \;
find . | grep release


===Update Verify===
===Update Verify===
Line 173: Line 181:
win32_stdio.html:Files source/bin/softokn3.chk and target/bin/softokn3.chk differ
win32_stdio.html:Files source/bin/softokn3.chk and target/bin/softokn3.chk differ
</pre>
</pre>
=== Publish updates to beta channel ===
# cltbld@aus2-staging
~/bin/backupsnip 20100914-Firefox-3.5.13-beta


===Update Bouncer===
===Update Bouncer===
Line 214: Line 218:
Green
Green


=== Push updates to release channel (and MU to beta) ===
=== Push updates to release channel ===
Filed {{bug|596686}} for throttling changes.
Filed {{bug|596686}} for throttling changes.


Line 222: Line 226:
   
   
  ~/bin/pushsnip 20100914-Firefox-3.5.13
  ~/bin/pushsnip 20100914-Firefox-3.5.13
~/bin/pushsnip 20100914-Firefox-3.5.13-bouncer-beta
We'll do the MU a later day.


===Release===
===Release===
#ffxbld@stage
cd /home/ftp/pub/firefox/releases
rm latest-3.5 && ln -s 3.5.13 latest-3.5
Sent the following mail to metrics@mozilla.com:
Firefox,firefox,firefox,3.5.13,3.5
Firefox,firefox,firefox,3.5.14pre,3.5
=== Push 3.5.13 -> 3.6.10 MU (beta+release) ===
As cltbld@aus2-staging:
~/bin/backupsnip 20100914-Firefox-3.5.13-3.6.10-MU
~/bin/pushsnip 20100914-Firefox-3.5.13-3.6.10-MU
After QA finished testing the release channel:
~/bin/pushsnip 20100914-Firefox-3.5.13-3.6.10-MU-beta


=== XULRunner ===
=== XULRunner ===
Line 276: Line 298:


==== Push XULRunner to mirrors ====
==== Push XULRunner to mirrors ====
<pre>
# xrbld@stage
rsync -av --exclude=*.txt --exclude=*unsigned*  --exclude=*-symbols.zip \
  /pub/mozilla.org/xulrunner/nightly/1.9.1.13-candidates/build1/ \
  /pub/mozilla.org/xulrunner/releases/1.9.1.13/
</pre>
Edited cltbld@stage:/pub/mozilla.org/zz/rsyncd-mozilla-releases.exclude and added
- xulrunner/releases/1.9.1.12


==== Update XULRunner wiki ====
==== Update XULRunner wiki ====
Updated the links in these two wiki pages for the version change:
* [https://developer.mozilla.org/En/XULRunner_1.9.1_Release_Notes Release Notes]
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK]
canmove, Confirmed users
6,439

edits