Confirmed users
3,104
edits
| Line 72: | Line 72: | ||
ln -s ../candidates/14.0-candidates 14.0-candidates | ln -s ../candidates/14.0-candidates 14.0-candidates | ||
* Landed the config patch, tagged tools, configs and buildbotcustom | * Landed the config patch, tagged tools, configs and buildbotcustom | ||
* | * update and reconfigure the master | ||
# make update does not work on this master due to bm34 having local changes | |||
<pre> | |||
# ctlbld@bm34 | |||
cd /builds/buildbot/build1 | |||
source bin/activate | |||
make update | |||
make checkconfig | |||
./tools/buildfarm/maintenance/buildbot-wrangler.py reconfig `pwd`/master | |||
cd master | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail -V 14.0 --branch comm-release --build-number 1 \ | |||
--release-config release-thunderbird-comm-release.py --products thunderbird \ | |||
--l10n-dashboard-version 14 --dryrun localhost:9001 | |||
</pre> | |||
= DONE TO HERE = | = DONE TO HERE = | ||