Confirmed users
4,293
edits
| Line 211: | Line 211: | ||
# ffxbld@stage | # ffxbld@stage | ||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | ||
/ | /pub/mozilla.org/firefox/nightly/3.5b99-candidates/build2/ \ | ||
/ | /pub/mozilla.org/firefox/releases/3.5b99/ | ||
Update the mozilla-current rsync module | Update the mozilla-current rsync module and latest-3.5 symlink (created this time) | ||
# cltbld@stage | # cltbld@stage | ||
nano /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | nano /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | ||
# replace 3.5b5 with 3.5b99. | |||
cd /pub/mozilla.org/firefox/releases/ | |||
ln -s 3.5b99 latest-3.5 | |||
'''DONE TO HERE''' | '''DONE TO HERE''' | ||