Confirmed users
4,467
edits
No edit summary |
|||
Line 314: | Line 314: | ||
Verify succeeded if in the '''results''' everything is the same as 3.0.14 -> 3.5.4 MU. aka, everything is OK | Verify succeeded if in the '''results''' everything is the same as 3.0.14 -> 3.5.4 MU. aka, everything is OK | ||
==== Sign Installers ==== | |||
''' A day or two before the scheduled release day ''' | |||
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. | |||
'''On Stage complete stage-merged:''' | |||
# on stage | |||
cd /data/cltbld/firefox-3.0.15/ | |||
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.0.15/stage-merged/ | |||
~/bin/checksum-files . | |||
'''Fix permissions & ownership (on the two SUM files, and the detached sigs)''' | |||
chown -R cltbld:firefox . | |||
chmod 644 *SUMS |