canmove, Confirmed users
6,441
edits
| Line 176: | Line 176: | ||
* 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 | ||
** | ** A few errors due to partially synced mirrors. By the time I went around to look at them they'd all recovered. | ||
* Before pushing final updates, verify that "release" and "releasetest" channel match: | * Before pushing final updates, verify that "release" and "releasetest" channel match: | ||