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...")
 
Line 3: Line 3:
=== Started the Release ===
=== Started the Release ===
* Ran release bootstrapper:
* Ran release bootstrapper:
  python start-release.py -b mozilla-beta -v 14.0b99
  python start-release.py -b mozilla-beta -v 14.0b99 -n 1 --release-config-attachment 678123


=== Signed Android Builds ===
=== Signed Android Builds ===

Revision as of 18:32, 12 June 2012

Notes

Build 1

Started the Release

  • Ran release bootstrapper:
python start-release.py -b mozilla-beta -v 14.0b99 -n 1 --release-config-attachment 678123

Signed Android Builds

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

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