Confirmed users
4,293
edits
(separate backup from deploy) |
|||
| Line 295: | Line 295: | ||
====Sign Installers==== | ====Sign Installers==== | ||
* ''NOTE'' - build-console is no longer used from here on | |||
* pull stage:/data/cltbld/firefox-2.0.0.12/batch1/stage-signed/ to signing machine | |||
* follow 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-2.0.0.12/ | |||
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-2.0.0.12/stage-merged/ | |||
~/bin/checksum-files . | |||
* Fix permissions & ownership (on the two SUM files, and the detached sigs) | |||
chown -R cltbld:firefox . | |||
chmod 644 *SUMS | |||
====Release==== | ====Release==== | ||
====Update Bouncer==== | ====Update Bouncer==== | ||