Confirmed users
4,293
edits
No edit summary |
|||
Line 199: | Line 199: | ||
====Update Bouncer==== | ====Update Bouncer==== | ||
Manually added entries to download.mozilla.org | Manually added entries to download.mozilla.org | ||
==== Final checks before push ==== | |||
cd /home/ftp/pub/firefox/nightly/3.1b3-candidates/build2/ | |||
find . ! -user ffxbld | |||
find . ! -group firefox | |||
find . ! -perm 644 -type f -exec chmod -v 644 {} \; | |||
find . ! -perm 755 -type d ! -name '*contrib*' -ls -exec chmod -v 755 {} \; | |||
find contrib contrib-localized ! -perm 2775 | |||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
Create /home/ftp/pub/firefox/releases/3.1b3 and change ownership to ffxbld, mode 755. | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* /home/ftp/pub/firefox/nightly/3.1b3-candidates/build2/ 3.1b3/ | rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | ||
/home/ftp/pub/firefox/nightly/3.1b3-candidates/build2/ \ | |||
/home/ftp/pub/firefox/releases/3.1b3/ | |||
Updated /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude. | Updated /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude. |