canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 287: | Line 287: | ||
source ../bin/activate | source ../bin/activate | ||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 6.0b2 --branch mozilla-beta --build-number 1 \ | PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 6.0b2 --branch mozilla-beta --build-number 1 \ | ||
--release-config release-firefox-mozilla-beta.py --release-config release-fennec-mozilla-beta.py - | --release-config release-firefox-mozilla-beta.py --release-config release-fennec-mozilla-beta.py --products firefox,fennec \ | ||
--dryrun localhost:9001 | --dryrun localhost:9001 | ||
# Firefox-only release | # Firefox-only release | ||
cd /builds/buildbot/build1/master | cd /builds/buildbot/build1/master | ||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 6.0b2 --branch mozilla-beta --build-number 1 \ | PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 6.0b2 --branch mozilla-beta --build-number 1 \ | ||
--release-config release-firefox-mozilla-beta.py - | --release-config release-firefox-mozilla-beta.py --products firefox \ | ||
--dryrun localhost:9001 | --dryrun localhost:9001 | ||
* Start the automation by running the sanity script again, without --dryrun. For example: | * Start the automation by running the sanity script again, without --dryrun. For example: | ||
| Line 299: | Line 299: | ||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail \ | PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail \ | ||
-V 6.0b2 --branch mozilla-beta --build-number 1 \ | -V 6.0b2 --branch mozilla-beta --build-number 1 \ | ||
-c release-firefox-mozilla-beta.py -c release-fennec-mozilla-beta.py - | -c release-firefox-mozilla-beta.py -c release-fennec-mozilla-beta.py --products firefox,fennec localhost:9001 | ||