canmove, Confirmed users
6,441
edits
Lukasblakk (talk | contribs) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 181: | Line 181: | ||
====Update Bouncer==== | ====Update Bouncer==== | ||
Bouncer buddy was being glitchy - didn't bump things properly so I did it manually. Added as 'devpreview-1.9.3a4' | |||
====Final checks before push==== | ==== Final checks before push ==== | ||
Each of the find calls should return no output. | |||
cd /pub/mozilla.org/firefox/nightly/3.7a4-candidates/build1/ | |||
find . ! -user ffxbld | |||
find . ! -group firefox | |||
find . -type f ! -perm 644 | |||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | |||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | |||
Output about contrib/, but that's OK. | |||
====Push to mirrors==== | ==== Push to mirrors ==== | ||
# ffxbld@stage | |||
rsync -av --exclude=*tests* --exclude=*crashreporter* --exclude=*.log --exclude=*.txt --exclude=*unsigned* /pub/mozilla.org/firefox/nightly/3.7a4-candidates/build1/ /pub/mozilla.org/firefox/releases/devpreview/1.9.3a4 | |||
====Final verify==== | ====Final verify==== | ||
'''mv-moz2-linux-ix-slave17''' | |||
* on pm02 - no problems | |||
====Push snippets to beta channel==== | ==== Push snippets to beta channel ==== | ||
# cltbld@aus2-staging | |||
~/bin/backupsnip 20100408-Firefox-3.7a4 | |||
~/bin/pushsnip 20100408-Firefox-3.7a4 | |||
====Release==== | ====Release==== | ||
nothing to be done for an alpha |