canmove, Confirmed users
6,439
edits
Line 347: | Line 347: | ||
waiting for completion | waiting for completion | ||
==== Final checks before push ==== | |||
Did not hit ({{bug|580102}}) because they were originally created after the nightly clean-up jobs had run. | |||
Then do the normal checks | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/nightly/3.6.8-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*' | |||
Files and dirs in unsigned/partner-repacks have 664 and 775 permissions respectively, so they fail those checks. That's OK because we're not going to push those files. |