Releases/SampleBuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= Notes = == Build 1 == === Started the Release === * Ran release bootstrapper: python start-release.py -b mozilla-beta -v 14.0b99 === Signed Android Builds === <pre> cd ~/sign...")
 
(Replaced content with "When doing a release you should follow the checklist. = Notes = == Build 1 == === Hit issue X ===")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
When doing a release you should follow [[Releases/RelEngChecklist | the checklist]].
= Notes =
= Notes =
== Build 1 ==
== Build 1 ==
=== Started the Release ===
=== Hit issue X ===
* Ran release bootstrapper:
python start-release.py -b mozilla-beta -v 14.0b99
 
=== Signed Android Builds ===
<pre>
cd ~/signing-work/mozharness
hg pull -u && hg up -C
python2.6 ~/signing-work/mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py --platform android
</pre>
 
=== Published Fennec ===
* Updated & ran push_fennec.sh
* Uploaded & activated on Play store
 
=== Pushed beta snippets ===
cd /opt/aus2/snippets/staging
~/bin/pushsnip Firefox-14.0b99-build1
 
= Bugs Hit =

Latest revision as of 15:33, 25 June 2013

When doing a release you should follow the checklist.

Notes

Build 1

Hit issue X