Releases/Firefox 3.1b2/BuildNotes: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 506: Line 506:
  cp ../3.1b1/KEY .
  cp ../3.1b1/KEY .
Updated /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude.
Updated /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude.
Fix permissions:
* FIXME Need to create contrib/ and contrib-localized/ dirs in release structure,
cd /pub/mozilla.org/pub/firefox/releases/3.1b2/
mkdir contrib{,-localized}
chown cltbld:firefox contrib*
chmod 2775 contrib*
* FIXME Ownership on release tree not all set to cltbld:firefox
chown -R cltbld:firefox *
* FIXME permissions not set uniformly to 644 on files, and 755 on dirs (except contrib*)
find . ! -perm 644 -type f -exec chmod -v 644 {} \;
find . ! -perm 755 -type d ! -name '*contrib*' -ls -exec chmod -v 755 {} \;
* checks
find . ! -user cltbld
find . ! -group firefox
find . -type f ! -perm 644
find . -type d ! -perm 755
  ./contrib
  ./contrib-localized


==== Create and push releasetest channel snippets ====
==== Create and push releasetest channel snippets ====
canmove, Confirmed users
6,441

edits

Navigation menu