canmove, Confirmed users
1,511
edits
(reran verify) |
(sign installers) |
||
Line 256: | Line 256: | ||
====Stage==== | ====Stage==== | ||
====Sign Installers==== | ====Sign Installers==== | ||
Done manually. | |||
* pull stage:/data/cltbld/firefox-3.0b2/batch1/stage-signed/ | |||
using these installer-signing-instructions [https://intranet.mozilla.org/Build:Unified_Release_Process#Sign_builds here] | |||
* push signed bits back to same location on stage | |||
* complete stage-merged: | |||
# on stage | |||
cd /data/cltbld/firefox-3.0b3/ | |||
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.0b3/stage-merged/ | |||
~/bin/checksum-files . | |||
* Fix permissions & ownership (on the two SUM files, and the detached sigs) | |||
chown -R cltbld:firefox . | |||
chmod 644 *SUMS | |||
====Update Bouncer==== | ====Update Bouncer==== | ||
====Final Verification==== | ====Final Verification==== |