Confirmed users
4,293
edits
| Line 281: | Line 281: | ||
./release -o Stage 2>&1 | tee logs/release-Stage.log | ./release -o Stage 2>&1 | tee logs/release-Stage.log | ||
===Sign Installers=== | |||
* ''NOTE'' - production-1.8-master is not used from here on | |||
* pull stage:/data/cltbld/thunderbird-2.0.0.14/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/thunderbird-2.0.0.14/ | |||
rsync -av batch1/mar/ stage-merged/ | |||
rsync -av batch1/stage-signed/ stage-merged/ | |||
* Create MD5 and SHA1 checksum files | |||
# on stage as cltbld | |||
cd /data/cltbld/thunderbird-2.0.0.12/stage-merged/ | |||
~/bin/checksum-files . | |||
* Fix permissions & ownership (on the detached sigs and the two SUM files respectively) | |||
chown -R cltbld:thunderbird . | |||
chmod 644 *SUMS | |||