Confirmed users
4,293
edits
Line 109: | Line 109: | ||
--config=../config/moz18-branch-major-update-patcher2.cfg 2>&1 | tee firefox-create-patches.log | --config=../config/moz18-branch-major-update-patcher2.cfg 2>&1 | tee firefox-create-patches.log | ||
Push | Push aus2.test to the AUS staging box as 20080219-Fx20012-3b3-MU-test, do verificattions, and push live. | ||
===Verify updates=== | |||
On fx-win32-1.9-slave2, fx-mac-1.9-slave2, fx-linux-1.9-slave2, do | |||
mkdir -p /builds/verify/firefox-20012-3b3-fake-major/ | |||
cd /builds/verify/firefox-20012-3b3-fake-major/ | |||
cvs -d cltbld@cvs.mozilla.org:/cvsroot co -d updates mozilla/testing/release/updates/ | |||
cvs -d cltbld@cvs.mozilla.org:/cvsroot co -d common mozilla/testing/release/common/ | |||
cd updates | |||
# apply patch awaiting review | |||
curl -s https://bugzilla.mozilla.org/attachment.cgi?id=304202 | patch -p0 | |||
./verify.sh -c moz18-firefox-$platform-major.cfg 2>&1 | tee $platform.log |