canmove, Confirmed users
1,126
edits
m (→Release) |
|||
(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 === | ||
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 | 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. |