canmove, Confirmed users
6,439
edits
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
=== Android build failures === | === Android build failures === | ||
The Android builds failed to compile. Filed {{bug|802653}} for the issue and raised it to release-drivers. | The Android builds failed to compile. Filed {{bug|802653}} for the issue and raised it to release-drivers. Respin declared for Android. | ||
== Build 2 == | |||
=== Land config updates === | |||
* Landed configuration updates for Fennec only. | |||
* Tagged buildbot-configs, buildbotcustom, and tools with FENNEC_17_0b2_{RELEASE,BUILD2} | |||
* Reconfiged build and scheduler masters | |||
=== Run release sanity and start automation === | |||
On buildbot-master36: | |||
<pre> | |||
cd /builds/buildbot/build_scheduler/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum \ | |||
-V 17.0b2 --branch mozilla-beta --build-number 2 \ | |||
--release-config release-fennec-mozilla-beta.py --products fennec \ | |||
--dryrun localhost:9301 | |||
</pre> | |||
Passed, so I ran without --dryrun to start the release. |