Confirmed users
4,293
edits
(→Build 2: all done) |
(→Post-release tasks: to the 39.0.3 work, instead of 38.1.1esr) |
||
| Line 26: | Line 26: | ||
== Post-release tasks == | == Post-release tasks == | ||
Couldn't use Buildbot builder because | Couldn't use Buildbot builder because 40.0 had already started. | ||
<pre> | <pre> | ||
# ffxbld@stage.mozilla.org | # ffxbld@stage.mozilla.org | ||
cd /pub/mozilla.org/firefox/releases/ && rm -f latest | find /pub/mozilla.org/firefox/releases/39.0.3/ -name index.html -exec rm -v {} \; | ||
cd /pub/mozilla.org/firefox/releases/ && rm -f latest && ln -s 39.0.3 latest | |||
cp -f "/pub/mozilla.org/firefox/candidates/39.0.3-candidates/build2/partner-repacks/bing/mac/en-US/Firefox 39.0.3.dmg" /mnt/netapp/stage/releases.mozilla.com/bundles/bing/mac/en-US/Firefox-Bing.dmg | |||
cp -f "/pub/mozilla.org/firefox/candidates/39.0.3-candidates/build2/partner-repacks/bing/win32/en-US/Firefox Setup 39.0.3.exe" "/mnt/netapp/stage/releases.mozilla.com/bundles/bing/win32/en-US/Firefox-Bing Setup.exe" | |||
find /mnt/netapp/stage/releases.mozilla.com/bundles -type d -exec chmod 775 {} \; | |||
find /mnt/netapp/stage/releases.mozilla.com/bundles -name \"*.exe\" -exec chmod 775 {} \; | |||
find /mnt/netapp/stage/releases.mozilla.com/bundles -name \"*.dmg\" -exec chmod 775 {} \; | |||
</pre> | |||
On bounceradmin, | |||
* updated the alias firefox-stub to Firefox-39.0.3-stub | |||
* updated the alias firefox-latest to Firefox-39.0.3 | |||