Confirmed users
4,293
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
* CVS: mozilla/tools/patcher-configs/moz191-branch-major-update-patcher2.cfg | * CVS: mozilla/tools/patcher-configs/moz191-branch-major-update-patcher2.cfg | ||
* HG: build/tools/release/updates/moz191-firefox-{linux,mac,win32}-major.cfg | * HG: build/tools/release/updates/moz191-firefox-{linux,mac,win32}-major.cfg | ||
===== Snippet Generation ===== | ===== Snippet Generation ===== | ||
Line 23: | Line 22: | ||
export CVSROOT=:ext:cltbld@cvs.mozilla.org:/cvsroot | export CVSROOT=:ext:cltbld@cvs.mozilla.org:/cvsroot | ||
cvs co -d patcher-configs mozilla/tools/patcher-configs | cvs co -d patcher-configs mozilla/tools/patcher-configs | ||
## get un-checked in configs curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=413970 > patcher-configs/moz191-branch-major-update-patcher2.cfg | ## get un-checked in configs | ||
curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=413970 > patcher-configs/moz191-branch-major-update-patcher2.cfg | |||
## end of configs get | ## end of configs get | ||
cvs co -r UPDATE_PACKAGING_R10 -d patcher mozilla/tools/patcher | cvs co -r UPDATE_PACKAGING_R10 -d patcher mozilla/tools/patcher | ||
Line 86: | Line 86: | ||
cd ../updates | cd ../updates | ||
## get un-checked in configs | ## get un-checked in configs | ||
wget --no-check-certificate -O patch https://bug515421.bugzilla.mozilla.org/attachment.cgi?id=413972 | |||
patch -p3 < patch | patch -p3 < patch | ||
## end of config get | ## end of config get | ||
Line 164: | Line 164: | ||
On fx-linux-1.9-slave2: | On fx-linux-1.9-slave2: | ||
cd /builds/3.6b2-major-update-tests/patcher | ## get un-checked in configs | ||
cd /builds/3.6b2-major-update-tests/patcher-configs | |||
curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=413973 | patch -p0 | |||
## end of configs get | |||
# FIXME - patcher needs to see that the MARs that it thinks are partials | # FIXME - patcher needs to see that the MARs that it thinks are partials | ||
# are there or else it will not attempt to generate patchinfo | # are there or else it will not attempt to generate patchinfo | ||
cd temp/firefox | cd temp/firefox | ||
mkdir 3.0.15-3.6b2 | mkdir 3.0.15-3.6b2 | ||
Line 215: | Line 217: | ||
# everyone ... | # everyone ... | ||
cd ../updates | cd ../updates | ||
## get un-checked in configs | |||
wget --no-check-certificate -O patch https://bug515417.bugzilla.mozilla.org/attachment.cgi?id=413974 | |||
patch -p3 < patch | |||
## end of config get | |||
platform=linux # or mac or win32 | platform=linux # or mac or win32 | ||
./verify.sh -c moz19-firefox-$platform-major.cfg 2>&1 | tee $platform.log | ./verify.sh -c moz19-firefox-$platform-major.cfg 2>&1 | tee $platform.log |