96
edits
(→Stage) |
m (Category:Shiretoko Alpha) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 113: | Line 113: | ||
=== Sign installers === | === 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.1a2/ | |||
rsync -av batch1/stage-signed/ stage-merged/ | |||
* Create MD5 and SHA1 checksum files | |||
# on stage | |||
cd /data/cltbld/firefox-3.1a2/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 === | ||
* Manually added entries to download.mozilla.org/admin.php | |||
[[Category:Shiretoko Alpha|2]] |
edits