Confirmed users
4,293
edits
(→Build 2: manual work) |
(→Push to mirrors: push to mirrors) |
||
| Line 51: | Line 51: | ||
== Manual work to finish shipping == | == Manual work to finish shipping == | ||
=== Push to mirrors === | === Push to mirrors === | ||
On buildbot-master81: | |||
<pre> | |||
mkdir bug1094569/; cd $_ | |||
hg clone https://hg.mozilla.org/build/tools scripts | |||
hg -R scripts update -C -r FIREFOX_33_0_3_RELEASE | |||
python2.7 scripts/scripts/release/stage-tasks.py -r mozilla/release-firefox-mozilla-release.py \ | |||
-b https://hg.mozilla.org/build/buildbot-configs -t FIREFOX_33_0_3_RELEASE \ | |||
push '--extra-excludes=*.zip' '--extra-excludes=*.zip.asc' --ssh-user ffxbld --ssh-key ffxbld_rsa 2>&1 | tee push_to_mirrors.log | |||
<pre> | |||
== Bouncer submission == | |||
Never happened for build1, we forgot to run it earlier for build2. Now we have to do it manually: | |||
== Check uptake == | |||