Confirmed users
3,990
edits
Line 237: | Line 237: | ||
==== Final checks before push ==== | ==== Final checks before push ==== | ||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/nightly/3.5.10-candidates/build1/ | |||
find . ! -user ffxbld | |||
find . ! -group firefox | |||
find . -type f ! -perm 644 | |||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | |||
find . -maxdepth 1 -type d ! -perm 2775 -name 'contrib*' | |||
The first check returned Solaris builds, all others returned nothing, as expected. | |||
==== Virus Scan ==== | ==== Virus Scan ==== |