Confirmed users
4,467
edits
| Line 286: | Line 286: | ||
===Remove index.html files=== | ===Remove index.html files=== | ||
Once we are fully announced (by the driver) we can remove the index.html files: | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases/4.0b5/ | |||
find . -name index.html | |||
find . -name index.html | xargs rm -v | |||
===Release=== | ===Release=== | ||