canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
| Line 304: | Line 304: | ||
cd /builds/buildbot/build1/buildbotcustom | cd /builds/buildbot/build1/buildbotcustom | ||
hg pull && hg up -r production-0.8 | hg pull && hg up -r production-0.8 | ||
cd /builds/buildbot/build1 | |||
Because tagging for build2 had already been done, added a "releaseConfig['skip_tag'] = 1" to release-thunderbird-comm-beta.py. | |||
Run release_sanity.py: | |||
# cltbld@buildbot-master34 | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u coop -V 14.0b2 \ | |||
--branch comm-beta --build-number 2 \ | |||
--release-config release-thunderbird-comm-beta.py --products thunderbird \ | |||
--dryrun -l localhost:9001 | |||