Confirmed users
3,104
edits
Line 81: | Line 81: | ||
* Reserve slaves | * Reserve slaves | ||
echo "10"> master/reserved_slaves_bm08-build1 | echo "10"> master/reserved_slaves_bm08-build1 | ||
* Update l10n changesets for desktop | * Update l10n changesets for desktop | ||
* Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | * Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | ||
Line 93: | Line 92: | ||
--products firefox --l10n-dashboad-version=11 --dryrun localhost:9001 | --products firefox --l10n-dashboad-version=11 --dryrun localhost:9001 | ||
* | * Failed because beta-only locales was listed on the l10n dashboard: | ||
2012-03-09 11:48:54,898 : ERROR : locale mn missing in config | |||
2012-03-09 11:48:54,898 : ERROR : locale sw missing in config | |||
2012-03-09 11:48:54,898 : ERROR : Error verifying l10n dashboard changesets | |||
* reran | |||
# Dry-run | |||
source ../bin/activate | |||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u rail \ | |||
-V 11.0 --branch mozilla-release --build-number 1 -c release-firefox-mozilla-release.py \ | |||
--products firefox --l10n-dashboad-version=11 --bypass-l10n-check --dryrun localhost:9001 | |||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u rail \ | |||
-V 11.0 --branch mozilla-release --build-number 1 -c release-firefox-mozilla-release.py \ | |||
--products firefox --l10n-dashboad-version=11 --bypass-l10n-check localhost:9001 | |||
=== E-mail Metrics === | === E-mail Metrics === |