Confirmed users
4,293
edits
(2 intermediate revisions by 2 users not shown) | |||
Line 259: | Line 259: | ||
sys 0m2.347s | sys 0m2.347s | ||
Made sure that [https://bugzilla.mozilla.org/attachment.cgi?id=391872 this AUS throttle update] got landed, tagged, and pushed (instructions are in the bug). | |||
==== Release ==== | ==== Release ==== | ||
Line 267: | Line 266: | ||
cd /home/ftp/pub/firefox/releases | cd /home/ftp/pub/firefox/releases | ||
rm latest-3.0 && ln -s 3.0.13 latest-3.0 | rm latest-3.0 && ln -s 3.0.13 latest-3.0 | ||
==== Release matching XULRunner build ==== | ==== Release matching XULRunner build ==== | ||
XULRunner builds are produced by the automation, this is to groom them and push to the mirrors. | XULRunner builds are produced by the automation, this is to groom them and push to the mirrors. | ||
Line 298: | Line 297: | ||
cd ~/xulrunner-${VERSION}/batch1 | cd ~/xulrunner-${VERSION}/batch1 | ||
rsync -nav stage-signed/* /home/ftp/pub/xulrunner/releases/${VERSION}/ | rsync -nav stage-signed/* /home/ftp/pub/xulrunner/releases/${VERSION}/ | ||
If all is fine then | If all is fine then |