canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 156: | Line 156: | ||
'''RESPIN DECLARED HERE''' | '''RESPIN DECLARED HERE''' | ||
==== Final checks before push ==== | |||
Each of the find calls should return no output. | |||
cd /pub/mozilla.org/firefox/nightly/3.5rc1-candidates/build2/ | |||
find . ! -user ffxbld | |||
find . ! -group firefox | |||
find . -type f ! -perm 644 | |||
find . -type d -mindepth 1 ! -perm 755 ! -name 'contrib*' | |||
find . -type d -maxdepth 1 ! -perm 2775 -name 'contrib*' | |||
==== Push to mirrors ==== | |||
Despite respinning we decided to push 3.5rc1build2 to beta. | |||
# root@stage (done by dmoore) | |||
mkdir /home/ftp/pub/firefox/releases/3.5b99/ | |||
chown ffxbld /home/ftp/pub/firefox/releases/3.5b99/ | |||
FIXME: need to figure out a better solution than this directory creation. | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* \ | |||
/pub/mozilla.org/firefox/nightly/3.5brc1-candidates/build2/ \ | |||
/pub/mozilla.org/firefox/releases/3.5rc1/ | |||
# cltbld@stage | |||
vim /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | |||
# replace 3.5b5 with 3.5b99. | |||
cd /pub/mozilla.org/firefox/releases/ | |||
rm latest-3.5 && ln -s 3.5rc1 latest-3.5 | |||
===Build 3=== | ===Build 3=== |