Releases/Firefox 4.0b1/BuildNotes: Difference between revisions

m
Undo spam revision 326612 by Jamelos (talk)
m (Undo spam revision 326612 by Jamelos (talk))
 
(5 intermediate revisions by 3 users not shown)
Line 227: Line 227:
  find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*'
  find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*'
  find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*'
  find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*'
^^ Last line is WRONG, should be |find . -maxdepth 1 -type d ! -perm 2775 -name 'contrib*'|


==== Virus check ====
==== Virus check ====
Line 664: Line 665:


=== Remove index.html files ===
=== Remove index.html files ===
'''Ask beltzner'''


Once we are fully announced we can remove the index.html files:
Once we are fully announced we can remove the index.html files:
  # ffxbld@stage
  # ffxbld@stage
  cd /pub/mozilla.org/firefox/releases/4.0b1/
  cd /pub/mozilla.org/firefox/releases/4.0b1/
  find . -name index.html | less
  find . -name index.html
  find . -name index.html | xargs rm -v
  find . -name index.html | xargs rm -v


==== Release ====
==== Release ====
Nothing to be done.
Nothing to be done.
canmove, Confirmed users
1,126

edits