Confirmed users
4,293
edits
No edit summary |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
* {{bug|760397}} - source builder not getting right mozilla-esr10 revision | * {{bug|760397}} - source builder not getting right mozilla-esr10 revision | ||
* {{bug|760807}} - Program Compatibility Assistant shown on Windows 7 when setting as default mail client (NSIS version) | * {{bug|760807}} - Program Compatibility Assistant shown on Windows 7 when setting as default mail client (NSIS version) | ||
* {{bug|761951}} - not checking releasetest in final verification | |||
* {{bug|763769}} - release sanity complains about mozconfig differences | |||
=Build Engineers= | =Build Engineers= | ||
Line 298: | Line 300: | ||
No problems | No problems | ||
=== Checksums === | |||
No problems | No problems | ||
=== Updates === | |||
No problems | No problems | ||
==== Update verify ==== | |||
No problems | No problems | ||
=== Reset reserved slaves === | |||
No done, other releases using machines/master. | No done, other releases using machines/master. | ||
=== Check permissions / AV scan === | |||
No problems | No problems | ||
=== Push files to internal mirrors === | |||
No problems | No problems | ||
=== Final verification === | |||
No problems | No problems | ||
Line 355: | Line 357: | ||
All green after that. | All green after that. | ||
=== Checksums === | |||
Rebuilt. Failed at the very end where it tried to recreate the contrib dirs which already existed. Harmless so ignored. | Rebuilt. Failed at the very end where it tried to recreate the contrib dirs which already existed. Harmless so ignored. | ||
=== Updates === | |||
Backed out update verify configs, and rebuilt. No problems. | Backed out update verify configs, and rebuilt. No problems. | ||
==== Update verify ==== | |||
No problems | |||
=== Check permissions / AV scan === | |||
Both rebuilt. Permissions orange with: | |||
WARN: target directory /pub/mozilla.org/thunderbird/releases/10.0.5esr/ exists | |||
which is fine because that dir exists but is empty after emptying the earlier builds out. | |||
A/V no problems. | |||
=== | === Push files to internal mirrors === | ||
Failed because thunderbird/releases/10.0.5esr already existed. Removed this and rebuilt. Twice it turns out, but the first one succeeded ok. | |||
=== | === Final verification === | ||
All green, but not actually checking the releasetest channel, so not verifying bouncer links OK - {{bug|761951}}. While writing the patch for that tested that win32 works OK on releasetest. | |||
=== | === Backup snippets === | ||
time ~/bin/backupsnip Thunderbird-10.0.5esr-build3 | |||
real 0m37.623s | |||
==== | === Reset reserved slaves === | ||
In this case it would be about evacuating the slaves from bm34, which is limited to T'bird releases again, but we'll need them for 14.0b1 anyway. | |||
=== Push to esr channel === | |||
time ~/bin/pushsnip Thunderbird-10.0.5esr-build3 | |||
=== Update symlinks === | |||
<pre> | |||
#tbirdbld@stage | |||
cd /pub/mozilla.org/thunderbird/releases | |||
rm latest-10.0esr; ln -s 10.0.5esr latest-10.0esr | |||
</pre> |