canmove, Confirmed users
6,441
edits
Line 103: | Line 103: | ||
find . -name 20141125180439 -exec rm -rf {} \; | find . -name 20141125180439 -exec rm -rf {} \; | ||
* When the release channel snippets finished uploading, ran the following: | * When the release channel snippets finished uploading, ran the following: | ||
cd /opt/aus2/snippets/staging/Firefox-34.0.5-build1/Firefox | cd /opt/aus2/snippets/staging/Firefox-34.0.5-build1/Firefox | ||
rm -rf 34.0 | |||
The completion of the updates builder automatically triggered update verify and announced the snippets on release-drivers (kindof). I had to send mail to clarify the update channel (should've been releasetest) and that 34.0 would NOT receive updates. Update verify is expected to fail for 34.0 -> 34.0.5 (which is probably a good thing, because it lets us verify that we will NOT update those users). | The completion of the updates builder automatically triggered update verify and announced the snippets on release-drivers (kindof). I had to send mail to clarify the update channel (should've been releasetest) and that 34.0 would NOT receive updates. Update verify is expected to fail for 34.0 -> 34.0.5 (which is probably a good thing, because it lets us verify that we will NOT update those users). |