Releases/Firefox 3.7a1/BuildNotes: Difference between revisions

Line 70: Line 70:


==== Final checks before push ====
==== Final checks before push ====
Each of the find calls should return no output.
cd /pub/mozilla.org/firefox/nightly/3.6a1-candidates/build1/
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*'
No Solaris builds at this point, so no output from any of these commands.


==== Push to mirrors ====
==== Push to mirrors ====


==== Release ====
==== Release ====
canmove, Confirmed users
6,439

edits