Confirmed users
4,293
edits
| Line 277: | Line 277: | ||
done | done | ||
hg -R tools diff > patch | hg -R tools diff > patch | ||
# attach this to bug 1015968, attachment | # attach this to bug 1015968, attachment 8457984 | ||
</pre> | </pre> | ||
| Line 285: | Line 285: | ||
hg pull | hg pull | ||
hg up -C -r FIREFOX_31_0_RELEASE_RUNTIME | hg up -C -r FIREFOX_31_0_RELEASE_RUNTIME | ||
wget -O- https://bugzilla.mozilla.org/attachment.cgi?id= | wget -O- https://bugzilla.mozilla.org/attachment.cgi?id=8457984 | patch -p1 | ||
cd .. | cd .. | ||
export PYTHONPATH="tools/lib/python:tools/lib/python/vendor" | export PYTHONPATH="tools/lib/python:tools/lib/python/vendor" | ||
| Line 341: | Line 341: | ||
cd tools | cd tools | ||
hg up -C -r FIREFOX_31_0_RELEASE_RUNTIME | hg up -C -r FIREFOX_31_0_RELEASE_RUNTIME | ||
wget -O- https://bugzilla.mozilla.org/attachment.cgi?id= | wget -O- https://bugzilla.mozilla.org/attachment.cgi?id=8457984 | patch -p1 | ||
cd release/updates | cd release/updates | ||
# use correct .cfg file for platform | # use correct .cfg file for platform | ||
./verify.sh -c mozBeta-firefox-linux64.cfg 2>&1 | tee log | ./verify.sh -c mozBeta-firefox-linux64.cfg 2>&1 | tee log | ||
# linux32 setup | # linux32 setup | ||
sh -c 'rm -f /builds/mock_mozilla/mozilla-centos6-x86_64/buildroot.lock; mock_mozilla -r mozilla-centos6-x86_64 --orphanskill' | sh -c 'rm -f /builds/mock_mozilla/mozilla-centos6-x86_64/buildroot.lock; mock_mozilla -r mozilla-centos6-x86_64 --orphanskill' | ||
mock_mozilla -r mozilla-centos6-x86_64 --init | mock_mozilla -r mozilla-centos6-x86_64 --init | ||