Releases/Firefox 4.0/BuildNotes: Difference between revisions

Line 398: Line 398:


=== Remove Serbian snippets from MU ===
=== Remove Serbian snippets from MU ===
{{bug|643689}} requests that we pull the Serbian ('sr') snippets prior to pushing the MUs.
{{bug|643689}} requests that we pull the Serbian ('sr') snippets prior to pushing the MUs. Did the following to do so:
<pre>
# cltbld@aus2-staging
cd /opt/aus2/snippets/staging
for d in Firefox-3.5.17-build1-4.0-MU-beta Firefox-3.5.17-build1-4.0-MU Firefox-3.6.15-build1-4.0-MU Firefox-3.6.15-build1-4.0-MU-beta; do
  rsync -av $d/ $d-with-sr/
  find $d -type d -name sr -exec rm -rfv {} \;
done
</pre>
 
Verification:
<pre>
# Verification
for d in Firefox-3.5.17-build1-4.0-MU-beta Firefox-3.5.17-build1-4.0-MU Firefox-3.6.15-build1-4.0-MU Firefox-3.6.15-build1-4.0-MU-beta; do
  diff --brief -r $d/ $d-with-sr/
done
</pre>
 
Output:
<pre>
Only in Firefox-3.5.17-build1-4.0-MU-beta-with-sr/Firefox/3.5.17/Darwin_x86-gcc3-u-ppc-i386/20110121150727: sr
Only in Firefox-3.5.17-build1-4.0-MU-beta-with-sr/Firefox/3.5.17/Linux_x86-gcc3/20110121161846: sr
Only in Firefox-3.5.17-build1-4.0-MU-beta-with-sr/Firefox/3.5.17/WINNT_x86-msvc/20110121150729: sr
Only in Firefox-3.5.17-build1-4.0-MU-with-sr/Firefox/3.5.17/Darwin_x86-gcc3-u-ppc-i386/20110121150727: sr
Only in Firefox-3.5.17-build1-4.0-MU-with-sr/Firefox/3.5.17/Linux_x86-gcc3/20110121161846: sr
Only in Firefox-3.5.17-build1-4.0-MU-with-sr/Firefox/3.5.17/WINNT_x86-msvc/20110121150729: sr
Only in Firefox-3.6.15-build1-4.0-MU-with-sr/Firefox/3.6.15/Darwin_x86-gcc3-u-ppc-i386/20110303024001: sr
Only in Firefox-3.6.15-build1-4.0-MU-with-sr/Firefox/3.6.15/Linux_x86-gcc3/20110303024323: sr
Only in Firefox-3.6.15-build1-4.0-MU-with-sr/Firefox/3.6.15/WINNT_x86-msvc/20110303024726: sr
Only in Firefox-3.6.15-build1-4.0-MU-beta-with-sr/Firefox/3.6.15/Darwin_x86-gcc3-u-ppc-i386/20110303024001: sr
Only in Firefox-3.6.15-build1-4.0-MU-beta-with-sr/Firefox/3.6.15/Linux_x86-gcc3/20110303024323: sr
Only in Firefox-3.6.15-build1-4.0-MU-beta-with-sr/Firefox/3.6.15/WINNT_x86-msvc/20110303024726: sr
</pre>


=== Push Major Updates ===
=== Push Major Updates ===
canmove, Confirmed users
6,439

edits