Confirmed users
4,467
edits
Line 124: | Line 124: | ||
==== Sign Installers ==== | ==== Sign Installers ==== | ||
Done manually using these installer-signing-instructions [https://intranet.mozilla.org/Build:Unified_Release_Process#Sign_builds here] -- '''Only up to the STOP HERE''' | Done manually using these installer-signing-instructions [https://intranet.mozilla.org/Build:Unified_Release_Process#Sign_builds here] -- '''Only up to the STOP HERE''' | ||
=====On Stage complete stage-merged:===== | |||
# on stage | # on stage | ||
cd /data/cltbld/firefox-3.0.12/ | cd /data/cltbld/firefox-3.0.12/ | ||
rsync -av batch1/mar/ stage-merged/ | rsync -av batch1/mar/ stage-merged/ | ||
rsync -av batch1/stage-signed/ stage-merged/ | rsync -av batch1/stage-signed/ stage-merged/ | ||
=====Create MD5 and SHA1 checksum files===== | |||
# on stage | # on stage | ||
cd /data/cltbld/firefox-3.0.12/stage-merged/ | cd /data/cltbld/firefox-3.0.12/stage-merged/ | ||
~/bin/checksum-files . | ~/bin/checksum-files . | ||
=====Fix permissions & ownership (on the two SUM files, and the detached sigs)===== | |||
chown -R cltbld:firefox . | chown -R cltbld:firefox . | ||
chmod 644 *SUMS | chmod 644 *SUMS |