Releases/Firefox 15.0b5/BuildNotes: Difference between revisions

pushing done
(done with automation)
(pushing done)
 
Line 22: Line 22:
* [[Release:Release_Automation_on_Mercurial:Updates#Check_Throttling | Verify throttling]] {{DesktopTag}} {{ReleaseTag}}
* [[Release:Release_Automation_on_Mercurial:Updates#Check_Throttling | Verify throttling]] {{DesktopTag}} {{ReleaseTag}}
-->
-->
</strike>
</small>
<strong>
</strong>
* [[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}
* [[Release:Release_Automation_on_Mercurial:Updates#Publish_Fennec | Publish Fennec]] {{MobileTag}} {{ReleaseTag}} {{BetaTag}}
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}
* [[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}
Line 34: Line 30:
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_the_Browser_Choice_Website | Get the Browser Choice website updated]] {{DesktopTag}} {{ReleaseTag}}
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Update_the_Browser_Choice_Website | Get the Browser Choice website updated]] {{DesktopTag}} {{ReleaseTag}}
-->
-->
</strike>
</small>
<strong>
</strong>


= Notes =
= Notes =
Line 84: Line 84:
     0
     0
* unlocked w32 & mac slaves
* unlocked w32 & mac slaves
=== push fennec ===
* push snips:
    [cltbld@buildbot-master13 ~]$ ssh -i .ssh/ffxbld_dsa ffxbld@stage.mozilla.org
    Last login: Fri Aug 10 13:14:32 2012 from zlb1.dmz.scl3.mozilla.com
    -bash-4.1$ curl -O http://hg.mozilla.org/build/braindump/raw-file/tip/releases-related/push_fennec.sh
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
    110  776  110  776    0    0  16989      0 --:--:-- --:--:-- --:--:-- 18046
    -bash-4.1$ head push_fennec.sh                                                 
    #!/bin/bash
    # VERSION & BUILDNUM are the "version" and "buildNumber" from the
    # release's cofiguration file
    export VERSION=15.0b5
    export BUILDNUM=1
    export RD=/home/ftp/pub/mozilla.org/mobile/releases
    export CD=/home/ftp/pub/mozilla.org/mobile/candidates
    export PLATFORMS="android"
   
    set -x
    -bash-4.1$ ./push_fennec.sh
    + set -e
    + mkdir /home/ftp/pub/mozilla.org/mobile/releases/15.0b5
    + cd /home/ftp/pub/mozilla.org/mobile/releases/15.0b5
    + mkdir source
    + rsync -av /home/ftp/pub/mozilla.org/mobile/candidates/15.0b5-candidates/build1/source/ /home/ftp/pub/mozilla.org/mobile/releases/15.0b5/source
    sending incremental file list
    ./
    fennec-15.0b5.bundle
    fennec-15.0b5.source.checksums
    fennec-15.0b5.source.tar.bz2
   
    sent 467402926 bytes  received 72 bytes  5954178.32 bytes/sec
   
    ...
   
    sent 18519681 bytes  received 34 bytes  3367220.91 bytes/sec
    total size is 18517282  speedup is 1.00
    -bash-4.1$ echo $?
    0
=== Google Play upload ===
* downloaded apk:
    curl -O http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/15.0b5-candidates/build1/android/multi/fennec-15.0b5.multi.android-arm.apk
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
    100 18.3M  100 18.3M    0    0  1863k      0  0:00:10  0:00:10 --:--:-- 1929k
    0 [Hal@Hals-MacBook-Air Desktop]
    $ md5 -r fennec-15.0b5.multi.android-arm.apk
    e92e112b4ec98d7c54a5543d15ccbe1c fennec-15.0b5.multi.android-arm.apk
* uploaded & activated per instructions
   
=== desktop push ===
    [hwine@dp-ausstage01 staging]$ sudo su - ffxbld
    [ffxbld@dp-ausstage01 staging]$ cd /opt/aus2/snippets/staging
    [ffxbld@dp-ausstage01 staging]$ ~/bin/pushsnip Firefox-15.0b5-build1
   
    ...
   
    sent 9471871 bytes  received 363989 bytes  15851.51 bytes/sec
    total size is 7699442  speedup is 0.78
   
    Touching /opt/aus2/incoming/3/Firefox
    [ffxbld@dp-ausstage01 staging]$ echo $?
    0
Confirmed users
1,364

edits