Confirmed users
4,293
edits
(5 intermediate revisions by 3 users not shown) | |||
Line 250: | Line 250: | ||
# ~/bin/backupsnip 20090731-Firefox-3.0.13 | # ~/bin/backupsnip 20090731-Firefox-3.0.13 | ||
###### | ###### | ||
time ~/bin/pushsnip 20090731-Firefox-3.0.13 | |||
~/bin/pushsnip 20090731-Firefox-3.0.13 | real 2m21.174s | ||
~/bin/pushsnip 20090731-Firefox-3.0.13-3.5.2-MU | user 0m0.427s | ||
sys 0m16.176s | |||
time ~/bin/pushsnip 20090731-Firefox-3.0.13-3.5.2-MU | |||
real 0m20.744s | |||
user 0m0.069s | |||
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 ==== | ||
# ffxbld@stage | # ffxbld@stage | ||
cd /home/ftp/pub/firefox/releases | cd /home/ftp/pub/firefox/releases | ||
Line 263: | Line 268: | ||
==== 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 291: | 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 |