Confirmed users
4,293
edits
Line 488: | Line 488: | ||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
Make sure that you use ffxbld for 'push to mirrors', rather than cltbld (this is a change, but a desired one). | |||
* push the stage-merged directory to the releases area. This can take a while, and can take even longer if there are contrib builds (solaris) in the subdirs already. For this reason, I sync the win32 builds first, and then perform a general rsync to catch everything after. This allows mirrors to start picking up the win32 builds (our most used platform) a little quicker: | |||
# on stage | |||
mkdir -p /home/ftp/pub/firefox/releases/3.0.16-real/win32 | |||
rsync -av /data/cltbld/firefox-3.0.16/stage-merged/win32/ /home/ftp/pub/firefox/releases/3.0.16-real/win32/ | |||
rsync -av /data/cltbld/firefox-3.0.16/stage-merged/ /home/ftp/pub/firefox/releases/3.0.16-real/ | |||
* edit the exclude file (as cltbld) /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude to add the new release (3.0.16-real) and remove the aborted release (3.0.16). | |||
==== Final Verification ==== | ==== Final Verification ==== |