Releases/Thunderbird 17.0.3/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:


== Update the correct config ==
== Update the correct config ==
Because of {{bug|815302}} we updated the wrong release config. To fix, bumped the config by hand in https://bugzilla.mozilla.org/attachment.cgi?id=714542&action=edit.
Because of {{bug|815302}} we updated the wrong release config. To fix:
* bumped the config by hand in https://bugzilla.mozilla.org/attachment.cgi?id=714542&action=edit.
* landed and retagged with THUNDERBIRD_17_0_3_{RELEASE,BUILD1}
* ran release sanity:
# cltbld@buildbot-master36
cd /builds/buildbot/build_scheduler/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 17.0.3 --branch comm-esr17 --build-number 1 --release-config release-thunderbird-comm-release.py --skip-reconfig --bypass-l10n-dashboard-check --bypass-check localhost:9301
* reconfiged the build + scheduler masters by hand
* reran release sanity to start the release:
# cltbld@buildbot-master36
cd /builds/buildbot/build_scheduler/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 17.0.3 --branch comm-esr17 --build-number 1 --release-config release-thunderbird-comm-release.py --skip-reconfig --bypass-l10n-dashboard-check localhost:9301

Revision as of 21:06, 15 February 2013

Build 1

Checklist

Notes

  • Submitted to ship it.
  • Coop reviewed and marked as ready.

Update the correct config

Because of bug 815302 we updated the wrong release config. To fix:

# cltbld@buildbot-master36
cd /builds/buildbot/build_scheduler/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 17.0.3 --branch comm-esr17 --build-number 1 --release-config release-thunderbird-comm-release.py --skip-reconfig --bypass-l10n-dashboard-check --bypass-check localhost:9301
  • reconfiged the build + scheduler masters by hand
  • reran release sanity to start the release:
# cltbld@buildbot-master36
cd /builds/buildbot/build_scheduler/master
source ../bin/activate
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 17.0.3 --branch comm-esr17 --build-number 1 --release-config release-thunderbird-comm-release.py --skip-reconfig --bypass-l10n-dashboard-check localhost:9301