Confirmed users
4,293
edits
| Line 281: | Line 281: | ||
Only in source/Firefox.app/Contents/MacOS/searchplugins: yahoo-in.xml | Only in source/Firefox.app/Contents/MacOS/searchplugins: yahoo-in.xml | ||
* approved change to search plugins for Fx3.6 ({{bug|475016}}), and should be in 3.5.6 too. We leave old searchplugins behind anyway. | * approved change to search plugins for Fx3.6 ({{bug|475016}}), and should be in 3.5.6 too. We leave old searchplugins behind anyway. | ||
==== Move snippets to minortest ==== | |||
When the 3.5.6 release started it overwrote the betatest channel, so push the 3.5.5 -> 3.6b4 test into minortest instead. | |||
# cltbld@aus2-staging | |||
cd /opt/aus2/snippets/staging/ | |||
rsync -a 20091126-Firefox-3.5.5-3.6b4-MU-test/ 20091202-Firefox-3.5.5-3.6b4-MU-minortest/ | |||
cd 20091202-Firefox-3.5.5-3.6b4-MU-minortest | |||
rm -rf Firefox/3.5.5/*/*/*/releasetest | |||
for d in `find . -mindepth 6 -maxdepth 6`; do mv $d ${d/betatest/minortest}; done | |||
~/bin/pushsnip 20091202-Firefox-3.5.5-3.6b4-MU-minortest | |||
= 3.0.z to 3.6.y = | = 3.0.z to 3.6.y = | ||