canmove, Confirmed users
6,441
edits
m (→Build/Repack) |
|||
Line 401: | Line 401: | ||
==== Final checks before push ==== | ==== Final checks before push ==== | ||
cd /pub/mozilla.org/firefox/nightly/3.6b1-candidates/build3/ | |||
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*' | |||
Should only return Solaris builds (different user). | |||
==== Push to mirrors ==== | ==== Push to mirrors ==== | ||
''NOT DONE YET'' | |||
# ffxbld@stage | |||
rsync -av --exclude=*.log --exclude=*.txt --exclude=*unsigned* /pub/mozilla.org/firefox/nightly/3.6b1-candidates/build2/ /pub/mozilla.org/firefox/releases/3.6b1/ | |||
We don't need to put this release in the mozilla-current module. | |||
==== Final Verification ==== | ==== Final Verification ==== | ||
''NOT DONE YET'' | |||
Force this builder to check presence of update files via releasetest channel. | |||
==== Push updates to release channel ==== | ==== Push updates to release channel ==== | ||
''NOT DONE YET'' | |||
'''Start doing backupsnip a few hours at least before the release time''' | |||
# cltbld@aus2-staging | |||
time ~/bin/backupsnip 20091019-Firefox-3.6b1 | |||
After go from drivers | |||
time ~/bin/pushsnip 20091019-Firefox-3.6b1 | |||
time ~/bin/pushsnip 20091019-Firefox-3.6b1-from-3.6a2 | |||
==== Release ==== | ==== Release ==== | ||
No symlink to update until final comes along. | |||
==== XULRunner build ==== | ==== XULRunner build ==== | ||
Builds have been triggered. |