Confirmed users
1,377
edits
No edit summary |
(→Setup) |
||
Line 82: | Line 82: | ||
PYTHONPATH=/builds/buildbot/builder_master1:/builds/buildbot/builder_master1/tools/lib/python python /builds/buildbot/builder_master1/tools/buildbot-helpers/release_sanity.py -u jhford -V 4.0b10 --branch mozilla-central --build-number 1 -c release-firefox-mozilla-2.0.py --dryrun localhost:9010 | PYTHONPATH=/builds/buildbot/builder_master1:/builds/buildbot/builder_master1/tools/lib/python python /builds/buildbot/builder_master1/tools/buildbot-helpers/release_sanity.py -u jhford -V 4.0b10 --branch mozilla-central --build-number 1 -c release-firefox-mozilla-2.0.py --dryrun localhost:9010 | ||
Created mac directories and mac64 symlinks: | Created mac directories and mac64 symlinks from b9 notes snippet: | ||
# ffxbld@surf | # ffxbld@surf | ||
Line 93: | Line 93: | ||
cd update | cd update | ||
ln -s mac mac64 | ln -s mac mac64 | ||
but then realised that this was incorrect and ran | |||
cd /pub/mozilla.org/firefox/nightly/4.0b10-candidates | |||
mv update build1/ |