canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 56: | Line 56: | ||
python2.6 ~/signing-work/mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py --platform android | python2.6 ~/signing-work/mozharness/scripts/sign_android.py --config-file signing/android_mozilla-beta.py --platform android | ||
</pre> | </pre> | ||
== Build 2 (Fennec only) == | |||
Build2 happened because I screwed up the l10n changesets by not including the multilocale portion. To fix: | |||
* Pinged Axel, who pointed me at: https://l10n.mozilla.org/shipping/json-changesets?ms=fennec14_beta_b10&platforms=android&multi_android-multilocale_repo=releases%2Fmozilla-beta&multi_android-multilocale_rev=default&multi_android-multilocale_path=mobile%2Fandroid%2Flocales%2Fmaemo-locales - which had the correct l10n changesets | |||
=== Starting the Automation === | |||
* Landed correct l10n-changesets and bumped buildNumber to 2 for Fennec. | |||
* Tagged buildbot-configs, buildbotcustom, tools with FENNEC_14_0b10_{RELEASE,BUILD2} | |||
* Updated and reconfiged buildbot-master13 | |||
* Ran release sanity: | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 14.0b10 --branch mozilla-beta --build-number 2 \ | |||
--release-config release-fennec-mozilla-beta.py --products fennec \ | |||
--dryrun localhost:9001 | |||
</pre> | |||
* No issues discovered by release sanity, so I started the release: | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 14.0b10 --branch mozilla-beta --build-number 2 \ | |||
--release-config release-fennec-mozilla-beta.py --products fennec \ | |||
localhost:9001 | |||
= Bugs Hit = | = Bugs Hit = | ||
* {{bug|769215}} - update the l10n milestone documentation to include creation/renaming | * {{bug|769215}} - update the l10n milestone documentation to include creation/renaming | ||
* {{bug|769328}} - rename maemo-locales to multi-locales or something else more intuitive | |||