Releases/Firefox 5.0b5/BuildNotes: Difference between revisions

Line 147: Line 147:


=== Channel switching snippets ===
=== Channel switching snippets ===
TODO
We'll use the 4.0.1 snippets for this, which has all of the locales we care about, plus a (harmless) few extra. Like 5.0b2, we put them in a bogus buildID of 30000000000000 to keep the channel switching snippets separate from more specific ones.
 
NOTE: For this to work you have to trigger the MU first.
<pre>
# cltbld@aus2-staging
cd /opt/aus2/snippets/staging
mkdir -p Firefox-5.0b5-build1-channel-switching/Firefox/
</pre>
<i>
rsync -a Firefox-5.0b5-build1-4.0.1-build1/Firefox/4.0.1 Firefox-5.0b5-build1-channel-switching/Firefox/
cd Firefox-5.0b5-build1-channel-switching/Firefox/
mv 4.0.1 5.0
for d in 5.0/*; do
  mv -v $d/* $d/30000000000000
done
</i>


=== Permissions check and A/V Scan ===
=== Permissions check and A/V Scan ===
Confirmed users
3,990

edits