canmove, Confirmed users
6,440
edits
(2 intermediate revisions by the same user not shown) | |||
Line 278: | Line 278: | ||
==== Push to Release Channel ==== | ==== Push to Release Channel ==== | ||
# ffxbld@aus3-staging | |||
cd /opt/aus2/snippets/staging | |||
~/bin/pushsnip Firefox-12.0-build1 | |||
==== Update symlinks ==== | ==== Update symlinks ==== | ||
Got rid of pointless 'latest-11.0' symlink at the same time: | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases | |||
rm latest latest-11.0 && ln -s 12.0 latest | |||
==== Remove index.html files ==== | ==== Remove index.html files ==== | ||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases | |||
find . -iname index.html -exec rm {} \; | |||
==== Update browser choice website ==== | ==== Update browser choice website ==== | ||
Filed {{bug|748367}}. | |||
==== Ship 3.6.28 -> 12.0 Major Update ==== | |||
# ffxbld@aus3-staging | |||
cd /opt/aus2/snippets/staging | |||
~/bin/backupsnip Firefox-3.6.28-build1-12.0-build1-MU | |||
~/bin/pushsnip Firefox-3.6.28-build1-12.0-build1-MU |