Confirmed users
4,293
edits
(→Build) |
|||
| Line 302: | Line 302: | ||
# on production-1.8-master, sync from stage | # on production-1.8-master, sync from stage | ||
rsync -av cltbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.0b4-candidates/ /home/ftp/pub/firefox/nightly/3.0b4-candidates/ | rsync -av cltbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.0b4-candidates/ /home/ftp/pub/firefox/nightly/3.0b4-candidates/ | ||
* turns out absolute links no longer work, at least unless you use the new root (/pub/mozilla.org) - {{bug|421783}}. Fix it up with | |||
cd /home/ftp/pub/firefox/nightly/3.0b4-candidates/rc2/ | |||
find . -type l | xargs rm -v | |||
ln -sv ../rc1/*linux* . | |||
ln -sv ../rc1/*mac* . | |||
====Sign==== | ====Sign==== | ||