Confirmed users
4,293
edits
Line 204: | Line 204: | ||
== Push to Mirrors == | == Push to Mirrors == | ||
* push the covering index.html in the top level (Monday 2240 EDT/1940 PDT) | |||
# ffxbld@stage | |||
rsync -av /home/ffxbld/firefox-3.5/index.html /pub/mozilla.org/firefox/releases/3.5/ | |||
'''NOT DONE YET''' | '''NOT DONE YET''' | ||
* push the stage-merged directory to the releases area (Tuesday 0100 EDT/Monday 2200 PDT) | |||
rsync -av /home/ffxbld/firefox-3.5/ /pub/mozilla.org/firefox/releases/3.5/ | |||
cd /pub/mozilla.org/firefox/releases/3.5/ | |||
rm latest-3.5 | |||
ln -s 3.5 latest-3.5 | |||
rm latest | |||
ln -s latest-3.5 latest | |||
== Update rsync modules == | == Update rsync modules == |