Confirmed users
4,293
edits
(→Stage) |
|||
Line 460: | Line 460: | ||
/builds/3.0.15-3.5.5-major-update/patcher/temp/firefox/3.0.15/ftp/* | /builds/3.0.15-3.5.5-major-update/patcher/temp/firefox/3.0.15/ftp/* | ||
/builds/3.0.16-3.5.6-major-update/snippets/patcher/temp/firefox/3.0.16/ftp/* | /builds/3.0.16-3.5.6-major-update/snippets/patcher/temp/firefox/3.0.16/ftp/* | ||
* | * No problems | ||
==== | ==== Sign Installers ==== | ||
* moved stage-{unsigned,signed} to stage-{unsigned,signed}-bad_rsync_for_analysis | |||
* [https://intranet.mozilla.org/Build:Signing#Installer.2Farchive_signing_before_release installer signing] | |||
'''On Stage complete stage-merged:''' | |||
# on stage | |||
cd /data/cltbld/firefox-3.0.16/ | |||
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.16/stage-merged/ | |||
~/bin/checksum-files . | |||
'''Fix permissions & ownership (on the two SUM files, and the detached sigs)''' | |||
chown -R cltbld:firefox . | |||
chmod 644 *SUMS | |||
And merge in the solaris builds | |||
rsync -av /pub/mozilla.org/firefox/nightly/3.0.16-candidates/build3/contrib/solaris_* contrib/ | |||
==== Update Bouncer ==== | ==== Update Bouncer ==== |