canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 116: | Line 116: | ||
</pre> | </pre> | ||
== Undo accidental push == | |||
bhearsum accidentally pushed the release channel snippets live around 2:30pm eastern on October 8th. QE caught this shortly afterwards, and he fixed it up with the following: | |||
<pre> | |||
cd /opt/aus2/incoming/3 | |||
chmod 000 Firefox | |||
rm -rf Firefox/32.0.3 | |||
find . -maxdepth 2 -mindepth 2 -name Darwin_x86_64-gcc3 -exec rm -rf {} \; | |||
find . -maxdepth 2 -mindepth 2 -name Darwin_x86-gcc3 -exec rm -rf {} \; | |||
cd /opt/aus2/snippets/pushed | |||
mv Firefox-32.0.3-build1 /opt/aus2/snippets/staging/Firefox-32.0.3-build1-again | |||
mv Firefox-33.0-build1{,-test,-test-fixed-whatsnew} /opt/aus2/snippets/staging | |||
cd /opt/aus2/snippets/staging | |||
mv Firefox-33.0-build1{,-again} | |||
mv Firefox-33.0-build1-test{,-again} | |||
mv Firefox-33.0-build1-test-fixed-whatsnew{,-again} | |||
~/bin/pushsnip Firefox-32.0.3-build1-again | |||
~/bin/pushsnip Firefox-33.0-build1-test-again | |||
~/bin/pushsnip Firefox-33.0-build1-test-fixed-whatsnew-again | |||
</pre> | |||
= Fennec build 1 = | = Fennec build 1 = | ||
No issues. | No issues. | ||