Confirmed users
4,293
edits
(→Push updates to beta channel: This was done Monday 8th, forgot to update wiki) |
|||
Line 197: | Line 197: | ||
====Sign installers==== | ====Sign installers==== | ||
Done manually using these installer-signing-instructions [https://intranet.mozilla.org/Build:Signing#Installer.2Farchive_signing_before_release here]. NB: Doc location change, content unmodified. | Done manually using these installer-signing-instructions [https://intranet.mozilla.org/Build:Signing#Installer.2Farchive_signing_before_release here]. NB: Doc location change, content unmodified. | ||
* complete stage-merged: | |||
# cltbld@stage | |||
cd /data/cltbld/thunderbird-2.0.0.24/ | |||
rsync -av batch1/mar/ stage-merged/ | |||
rsync -av batch1/stage-signed/ stage-merged/ | |||
* Create MD5 and SHA1 checksum files | |||
cd /data/cltbld/thunderbird-2.0.0.24/stage-merged/ | |||
~/bin/checksum-files . | |||
* Fix permissions & ownership (on the two SUM files, and the detached sigs) | |||
chown -R cltbld:thunderbird . | |||
chmod 644 *SUMS | |||
====Update bouncer==== | ====Update bouncer==== |