Confirmed users
4,293
edits
No edit summary |
|||
Line 64: | Line 64: | ||
=== Starting the automation === | === Starting the automation === | ||
<pre> | <pre> | ||
cd /builds/buildbot/build1/master | cd /builds/buildbot/build1/master | ||
Line 75: | Line 74: | ||
</pre> | </pre> | ||
Fennec beta tagging delayed due to SCL3 network issues. See bug 799347. | Fennec beta tagging delayed due to SCL3 network issues. See bug 799347. Once the workaround was done: | ||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u nthomas \ | |||
-V 17.0b1 --branch mozilla-beta --build-number 2 \ | |||
--release-config release-fennec-mozilla-beta.py \ | |||
--products fennec \ | |||
--dryrun localhost:9001 | |||
</pre> | |||
which was clean, ran without the --dryrun. |