Releases/Firefox 3.5rc2/BuildNotes: Difference between revisions

Line 132: Line 132:


==== Final checks before push ====
==== Final checks before push ====
Each of the find calls should return no output.
cd /pub/mozilla.org/firefox/nightly/3.5rc2-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*'
The first find produced some solaris builds in contrib, this is OK.


==== Push to mirrors ====
==== Push to mirrors ====
canmove, Confirmed users
6,441

edits