Releases/Firefox 3.6.11/BuildNotes: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 566: Line 566:


===Update Bouncer===
===Update Bouncer===
Used "Force Build" to run the bouncer_submitter builder. No problems.


=== EU Ballot Build ===
=== EU Ballot Build ===


=== Virus Scan ===
=== Virus Scan ===
# cltbld@stage
clamdscan /mnt/netapp/stage/archive.mozilla.org/pub/firefox/nightly/3.6.11-candidates/build3/


=== Final Checks Before Push ===
=== Final Checks Before Push ===
# ffxbld@stage
cd /pub/mozilla.org/firefox/nightly/3.6.11-candidates/build3/
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 found Solaris and OS2 builds in contrib/, which is OK. All the partner repack showed up with 644/755 permissions, which is bad (because anyone in the 'firefox' group can overwrite them). We're not using these builds for this release, but chmod'ed them correctly anyways:
find  unsigned/partner-repacks -type d -exec chmod 755 {} \;
find  unsigned/partner-repacks -type f -exec chmod 644 {} \;
Also found:
* OS2 builds with 666 permissions, changed to 644
* Solaris directories with g+s, which is OK.
Filed {{bug|605435}} on the root issue. Re-ran the checks,
=== Push to mirrors ===
=== Push to mirrors ===


canmove, Confirmed users
6,441

edits

Navigation menu