Confirmed users
4,293
edits
Line 243: | Line 243: | ||
Moved file up to firefox-3.0rc2 directory and restarted stage step. Retry worked fine. | Moved file up to firefox-3.0rc2 directory and restarted stage step. Retry worked fine. | ||
===Sign Installers=== | |||
* Done manually using these installer-signing-instructions [https://intranet.mozilla.org/Build:Unified_Release_Process#Sign_builds here] | |||
* complete stage-merged: | |||
# on stage | |||
cd /data/cltbld/firefox-3.0rc2/ | |||
rsync -av batch1/mar/ stage-merged/ | |||
rsync -av batch1/stage-signed/ stage-merged/ | |||
* Create MD5 and SHA1 checksum files | |||
# on stage | |||
cd /data/cltbld/firefox-3.0rc2/stage-merged/ | |||
~/bin/checksum-files . | |||
* Fix permissions & ownership (on the two SUM files, and the detached sigs) | |||
chown -R cltbld:firefox . | |||
chmod 644 *SUMS |