Releases/Firefox 3.6a2/BuildNotes: Difference between revisions

m
Undo revision 220252 by Wildflowermar90 (Talk)
m (Undo revision 220252 by Wildflowermar90 (Talk))
 
Line 86: Line 86:
GPG signatures only, done manually.
GPG signatures only, done manually.


==== Final checks before push ====
==== Final checks before push ====
 
Each of the find calls should return no output.
Each of the find calls should return no output.  
cd /pub/mozilla.org/firefox/nightly/3.6a2-candidates/build2/
 
find . ! -user ffxbld
== cd /pub/mozilla.org/firefox/nightly/3.6a2-candidates/build2/<br>find .&nbsp;! -user ffxbld<br>find .&nbsp;! -group firefox<br>find . -type f&nbsp;! -perm 644<br>find . -type d -mindepth 1&nbsp;! -perm 755&nbsp;! -name 'contrib*'<br>find . -type d -maxdepth 1&nbsp;! -perm 2775&nbsp; -name 'contrib*'<br> ==
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 output from any of these commands.
No output from any of these commands.


350

edits