Releases/Thunderbird 2.0.0.17:BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 163: Line 163:
  cd mozilla/testing/release/updates
  cd mozilla/testing/release/updates
  cat moz18-thunderbird-*.cfg | grep -v major | sed 's/betatest/releasetest/' | grep -v 2.0a | grep -v 2.0b > update.cfg
  cat moz18-thunderbird-*.cfg | grep -v major | sed 's/betatest/releasetest/' | grep -v 2.0a | grep -v 2.0b > update.cfg
<div style="display:inline; color:red">'''DONE TO HERE'''</div>
  ./verify.sh -t update.cfg 2>&1 | tee quickVerify.log
  ./verify.sh -t update.cfg 2>&1 | tee quickVerify.log
* Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"):
* Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"):
  grep HTTP quickVerify.log | grep -v 200 | grep -v 302
  grep HTTP quickVerify.log | grep -v 200 | grep -v 302
* Look for mirrors that do not respond
grep FAIL quickVerify.log
Had some of these and adjusted weights in bouncer with IT, fallout from the Fx releases on Tuesday.


* Before pushing final updates,verify that "release" and "releasetest" channel match:
* Before pushing final updates,verify that "release" and "releasetest" channel match:
Confirmed users
4,293

edits

Navigation menu