Releases/Firefox 3.1a1:BuildNotes: Difference between revisions

Line 152: Line 152:


* complete stage-merged:
* complete stage-merged:
# on stage
* Mount point to /data/cltbld, as well as cltbld user a/c, was broken because {{bug|448019}}. Did this as root instead, using different mount points.
cd /data/cltbld/firefox-3.1a1/
* on stage, manually renamed the files to fall into the usual 3.1a1/[o.s.]/[long-filename-format]
  rsync -av batch1/mar/ stage-merged/
  $ cd /ftp/pub/....mumble...mumble/firefox
  rsync -av batch1/stage-signed/ stage-merged/
  $ rsync -av nightly/3.1a1-candidates/build2 releases/3.1a1
 
* Create MD5 and SHA1 checksum files
* Create MD5 and SHA1 checksum files
  # on stage
  # on stage
  cd /data/cltbld/firefox-3.1a1/stage-merged/
  cd releases/3.1a1
 
* Fix permissions & ownership (usually just the two SUM files, but this time all the files had been rsync'd as root)
chown -R cltbld:firefox .
 
FIXME: skipped over
  ~/bin/checksum-files .
  ~/bin/checksum-files .
* Fix permissions & ownership (on the two SUM files, and the detached sigs)
chmod 644 *SUMS "
chown -R cltbld:firefox .
...as the checksum-files script was unavailable because the disk was down. See {{bug|448019}} for details. This means we are missing the MD5SUMS and SHA1SUMS files.
chmod 644 *SUMS
Confirmed users
2,679

edits