Confirmed users
4,293
edits
m (→Update Bouncer) |
|||
| Line 170: | Line 170: | ||
====Final checks before push==== | ====Final checks before push==== | ||
cd /pub/mozilla.org/firefox/nightly/3.6b2-candidates/build1/ | |||
find . ! -user ffxbld | |||
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*' | |||
Only returns Solaris builds (different user). | |||
====Push to mirrors==== | ====Push to mirrors==== | ||