977
edits
Lukasblakk (talk | contribs) |
Lukasblakk (talk | contribs) |
||
Line 183: | Line 183: | ||
Bouncer buddy was being glitchy - didn't bump things properly so I did it manually. | Bouncer buddy was being glitchy - didn't bump things properly so I did it manually. | ||
====Final checks before push==== | ==== Final checks before push ==== | ||
Each of the find calls should return no output. | |||
cd /pub/mozilla.org/firefox/nightly/3.7a4-candidates/build1/ | |||
find . ! -user ffxbld | |||
find . ! -group firefox | |||
find . -type f ! -perm 644 | |||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | |||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | |||
Output about contrib/, but that's OK. | |||
====Push to mirrors==== | ====Push to mirrors==== |
edits