canmove, Confirmed users
2,850
edits
No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
Line 284: | Line 284: | ||
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 | ||
Repeat for major update files | Repeat for major update files | ||
Line 301: | Line 298: | ||
Since {{bug|508406}} we should run backupsnip every time we push for a given code branch, and not rely on it being run elsewhere. This will take about 10 minutes to run and can be done ahead of time: | Since {{bug|508406}} we should run backupsnip every time we push for a given code branch, and not rely on it being run elsewhere. This will take about 10 minutes to run and can be done ahead of time: | ||
~/bin/backupsnip 20100203-Firefox-3.0.18 | ~/bin/backupsnip 20100203-Firefox-3.0.18 | ||
<font color="red">'''DONE TO HERE'''</font> | |||
<i> | |||
After go email from driver: | After go email from driver: | ||
~/bin/pushsnip 20100203-Firefox-3.0.18 | ~/bin/pushsnip 20100203-Firefox-3.0.18 |