Confirmed users
3,104
edits
Line 23: | Line 23: | ||
# cltbld@buildbot-master32 | # cltbld@buildbot-master32 | ||
echo "2" > /builds/buildbot/build1/master/reserved_slaves | echo "2" > /builds/buildbot/build1/master/reserved_slaves | ||
* landed configs, tagged, updated and reconfiged the master | |||
* sanity check | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail -V 10.0.9esr \ | |||
--branch comm-esr10 --build-number 1 \ | |||
--release-config release-thunderbird-comm-esr10.py --products thunderbird \ | |||
--dryrun -l --bypass-mozconfig-check localhost:9001 | |||
</pre> |