Confirmed users
4,293
edits
(release going) |
No edit summary |
||
Line 8: | Line 8: | ||
* [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | * [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | ||
* [[Release:Release_Automation_on_Mercurial:Preparation#Starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | * [[Release:Release_Automation_on_Mercurial:Preparation#Starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | ||
* [https://intranet.mozilla.org/RelEngWiki/index.php/Signing#Android_Signing Sign Android builds] {{MobileTag}} {{ReleaseTag}} {{BetaTag}} | |||
* [[Release:Release_Automation_on_Mercurial:Build#Reset_reserved_slaves | Reset reserved_slaves and unlock slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}} | |||
</strike> | </strike> | ||
</small> | </small> | ||
<strong> | <strong> | ||
</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}} | ||
Line 66: | Line 66: | ||
change sent successfully | change sent successfully | ||
2012-08-23 14:52:48,127 : INFO : command: END (0.42s elapsed) | 2012-08-23 14:52:48,127 : INFO : command: END (0.42s elapsed) | ||
* signed android builds | |||
[cltsign@signing1 ~]$ cd ~/signing-work/mozharness | |||
[cltsign@signing1 mozharness]$ hg pull -u | |||
pulling from http://hg.mozilla.org/build/mozharness/ | |||
searching for changes | |||
adding changesets | |||
adding manifests | |||
adding file changes | |||
added 2 changesets with 2 changes to 2 files | |||
2 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
[cltsign@signing1 mozharness]$ hg up -C | |||
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
[cltsign@signing1 mozharness]$ hg id | |||
671a964fb796 tip | |||
[cltsign@signing1 mozharness]$ cd .. | |||
[cltsign@signing1 signing-work]$ python2.6 mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py --platform android | |||
... | |||
16:52:09 INFO - ##### SignAndroid summary: | |||
16:52:09 INFO - ##### | |||
16:52:09 INFO - Downloaded 29 of 29 unsigned apks successfully. | |||
16:52:09 INFO - Signed 29 of 29 apks successfully. | |||
16:52:09 INFO - Copying logs to upload dir... | |||
16:52:09 INFO - mkdir: /home/cltsign/signing-work/beta/upload/logs | |||
* reset reserved slaves | |||
[cltbld@buildbot-master13 ~]$ cd /builds/buildbot/build1/master/ | |||
[cltbld@buildbot-master13 master]$ cat reserved_slaves | |||
8 | |||
[cltbld@buildbot-master13 master]$ echo 0 > reserved_slaves | |||
[cltbld@buildbot-master13 master]$ cat reserved_slaves | |||
0 | |||
[cltbld@buildbot-master13 master]$ |