Confirmed users
4,293
edits
(5 intermediate revisions by one other user not shown) | |||
Line 416: | Line 416: | ||
=== Update XULRunner wiki page === | === Update XULRunner wiki page === | ||
Updated [https://developer.mozilla.org/en/Gecko_SDK Gecko_SDK page] | |||
=== Publish Fennec === | === Publish Fennec === | ||
Line 527: | Line 527: | ||
# cltbld@aus2-staging | # cltbld@aus2-staging | ||
~/bin/backupsnip Firefox-6.0-build1-with-5.0-partials | ~/bin/backupsnip Firefox-6.0-build1-with-5.0-partials | ||
~/bin/pushsnip Firefox-6.0-build1-with-5.0-partials | |||
=== Update symlinks === | === Update symlinks === | ||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases | |||
ln -s 6.0 latest-6.0 | |||
rm latest && ln -s latest-6.0 latest | |||
=== Remove index.html files === | === Remove index.html files === | ||
cd /pub/mozilla.org/firefox/releases/6.0 | cd /pub/mozilla.org/firefox/releases/6.0 | ||
find . -name index.html -exec echo rm -v {} \; | find . -name index.html -exec echo rm -v {} \; | ||
find . -name index.html -exec rm -v {} \; | |||
find . -name index.html -exec | |||
=== Update browser choice website === | === Update browser choice website === | ||
Filed {{Bug|679394}} - Please update browserchoice website and download links for EUballot for Fx 6.0 |