Confirmed users
3,104
edits
| (17 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
* Fennec was en-US only, needed to tweak config.py and use an empty l10n json file ({}) | * Fennec was en-US only, needed to tweak config.py and use an empty l10n json file ({}) | ||
* had troubles pushing to hg over ssh | * had troubles pushing to hg over ssh | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=697611#c8 release sanity] | * <strike>[https://bugzilla.mozilla.org/show_bug.cgi?id=697611#c8 release sanity]</strike> | ||
* {{Bug|723308}} - update release sanity whitelists | * {{Bug|723308}} - update release sanity whitelists | ||
* {{Bug|723386}} - reserved slaves feature is broken | * {{Bug|723386}} - reserved slaves feature is broken | ||
* {{Bug|723419}} - chmod 644 MD5/SHA1/SHA512 files | * <strike>{{Bug|723419}} - chmod 644 MD5/SHA1/SHA512 files</strike> | ||
* upload aus2.test snippets retried | |||
* <strike>{{Bug|723508}} - Uptake monitoring shouldn't start before updates are ready</strike> | |||
* {{Bug|723507}} - AV email should not wait for the updates builder | |||
* <strike>{{Bug|723543}} - Android release automation should use releaseConfig['enableMultiLocale'] instead of pf['multi_locale']</strike> | |||
=Build Engineers= | =Build Engineers= | ||
| Line 152: | Line 156: | ||
=== Firefox Signing === | === Firefox Signing === | ||
Done as a part of the build process | |||
=== Android Signing === | === Android Signing === | ||
| Line 190: | Line 194: | ||
Rerun the builder again | Rerun the builder again | ||
=== L10N verify === | === L10N verify === | ||
No problems | |||
=== Updates === | === Updates === | ||
* backup/pushsnip took long tim (7h+ for the builder) | |||
* push to mirrors and happened before the updates were ready (expected behaviour), however uptake releated emails shouldn't go to the lists before the updates (snippets) are ready | |||
==== Update verify ==== | ==== Update verify ==== | ||
| Line 210: | Line 216: | ||
==== Run backupsnip for release snippets ==== | ==== Run backupsnip for release snippets ==== | ||
~/bin/backupsnip Firefox-11.0b1-build1 | |||
# took 168 mins | |||
==== Push files to internal mirrors ==== | ==== Push files to internal mirrors ==== | ||
Pushed automatically | |||
=== Final verification === | === Final verification === | ||
It was triggered before the updates builder was finished, reran after update verify builders. | |||
=== Push index file to mirrors === | === Push index file to mirrors === | ||
| Line 224: | Line 231: | ||
=== RELEASE DAY === | === RELEASE DAY === | ||
==== Publish Fennec to the Android Market ==== | ==== Publish Fennec to the Android Market ==== | ||
Release was desktop only. | |||
====Push XULRunner to Mirrors ==== | ====Push XULRunner to Mirrors ==== | ||
<pre> | |||
# xrbld@stage | |||
rsync -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \ | |||
--exclude=*.checksums --exclude=jsshell* \ | |||
/pub/mozilla.org/xulrunner/nightly/11.0b1-candidates/build1/ \ | |||
/pub/mozilla.org/xulrunner/releases/11.0b1/ | |||
</pre> | |||
==== Update XULRunner wiki page ==== | ==== Update XULRunner wiki page ==== | ||
n/a | n/a | ||
==== Push to Release Channel ==== | ==== Push to Release Channel ==== | ||
~/bin/pushsnip Firefox-11.0b1-build1 | |||
# took 87m | |||
==== Update symlinks ==== | ==== Update symlinks ==== | ||