Releases/Firefox 3.1a2:BuildNotes: Difference between revisions

m
Category:Shiretoko Alpha
m (Category:Shiretoko Alpha)
 
(5 intermediate revisions by 2 users not shown)
Line 101: Line 101:


=== Stage ===
=== Stage ===
To rename the files, did the following:
# cltbld@stage.mozilla.org in /data/cltbld
mkdir -p batch1/stage-signed
cd batch1/stage-signed
rsync -av /home/ftp/pub/firefox/nightly/3.1a2-candidates/firefox-* .
mv firefox-3.1a2.en-US.linux-i686.tar.bz2 shiretoko-alpha2.en-US.linux-i686.tar.bz2
mv firefox-3.1a2.en-US.mac.dmg "Shiretoko Alpha 2.dmg"
mv firefox-3.1a2.en-US.win32.installer.exe "Shiretoko Alpha 2 Setup.exe"
mv firefox-3.1a2-source.bundle shiretoko-alpha2-source.bundle
mv firefox-3.1a2-source.tar.bz2 shiretoko-alpha2-source.tar.bz2


=== 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


=== Loose ends ===
=== Update Bouncer ===
* Manually added entries to download.mozilla.org/admin.php
 
[[Category:Shiretoko Alpha|2]]
96

edits