Confirmed users
3,990
edits
(5 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
*{{bug|689334}} - The L10n dashboard was not giving the correct set of changesets and we had to halt the release | *{{bug|689334}} - The L10n dashboard was not giving the correct set of changesets and we had to halt the release | ||
*{{bug| | *{{bug|695707}} - forgetting about tagging mozharness should be fixed with this bug | ||
*{{bug|648665}} - all jobs hitting hg started failing and being retried | *{{bug|648665}} - all jobs hitting hg started failing and being retried | ||
*{{bug|695467}} - darwin9/w32 jobs started hitting a new HG issue | *{{bug|695467}} - darwin9/w32 jobs started hitting a new HG issue | ||
Line 310: | Line 310: | ||
=== Push XULRunner to Mirrors === | === Push XULRunner to Mirrors === | ||
<pre> | |||
#xrbld@stage.mozilla.org | |||
rsync -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \ | |||
--exclude=*.checksums --exclude=jsshell* \ | |||
/pub/mozilla.org/xulrunner/nightly/8.0b4-candidates/build1/ \ | |||
/pub/mozilla.org/xulrunner/releases/8.0b4/ | |||
</pre> | |||
=== Publish Fennec === | === Publish Fennec === | ||
==== Publish files ==== | |||
==== | # as ffxbld@stage in ~ dir | ||
vim push_fennec.sh # update VERSION,BUILDNUM | |||
# RUN IT | |||
./push_fennec.sh | |||
==== Publish to the Android Market ==== | ==== Publish to the Android Market ==== | ||
* wget http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/8.0b4-candidates/build1/android/multi/fennec-8.0b4.multi.eabi-arm.apk | |||
* Visit https://market.android.com/publish | |||
* choose "Firefox Beta" | |||
* select the "APK Files" tab and choose "Upload APK" | |||
** choose the multi apk that you downloaded and hit "upload" | |||
*** NOTE: the progress bar does not seem to show progress (at least on Google Chrome) | |||
** when it finishes uploading, verify VersionCode is build date | |||
** hit "Save" | |||
* activate new apk (You should see an Error message since both apk's are active) | |||
* deactivate old apk (You should not see the Error message anymore) | |||
* send email to rel-drivers | |||