canmove, Confirmed users
6,440
edits
No edit summary |
No edit summary |
||
Line 165: | Line 165: | ||
wget --no-check-certificate -O patch https://bugzilla.mozilla.org/attachment.cgi?id=304252 | wget --no-check-certificate -O patch https://bugzilla.mozilla.org/attachment.cgi?id=304252 | ||
patch -p0 < patch | patch -p0 < patch | ||
cd ../updates | |||
./verify.sh -c moz18-firefox-$platform-major.cfg 2>&1 | tee $platform.log | ./verify.sh -c moz18-firefox-$platform-major.cfg 2>&1 | tee $platform.log | ||
# had to kick along some of them because they hit slow bouncer mirrors. | |||
# did this by killing the wget process (which makes it retry) |