Releases/Firefox 3.6rc1/BuildNotes: Difference between revisions

 
Line 238: Line 238:
  mv -v latest-mozilla-1.9.2/*-1.9.2.* 1.9.2rc1-candidates/build1/
  mv -v latest-mozilla-1.9.2/*-1.9.2.* 1.9.2rc1-candidates/build1/


Contact mfinkle and dtownsend for smoketest QA.
Contact mfinkle and dtownsend for smoketest QA. After go from them:
 
# cltbld@stage
VERSION=1.9.2rc1
FX_VERSION=3.6rc1
BUILD=1
mkdir -p ~/xulrunner-${VERSION}/batch1/stage-unsigned/{runtimes,source,sdk}
cd ~/xulrunner-${VERSION}/batch1/stage-unsigned
rsync -av --exclude=*sdk* --exclude=*info* \
  /home/ftp/pub/xulrunner/nightly/${VERSION}-candidates/build${BUILD}/ runtimes/
rsync -av --include=*sdk* --exclude=* \
  /home/ftp/pub/xulrunner/nightly/${VERSION}-candidates/build${BUILD}/ sdk/
cp -pv /pub/mozilla.org/firefox/releases/${FX_VERSION}/source/firefox-${FX_VERSION}.source.tar.bz2 \
  source/xulrunner-${VERSION}.source.tar.bz2
cd ~/xulrunner-${VERSION}/batch1
rsync -av stage-unsigned/ stage-signed/
 
Then create detached signatures per [https://intranet.mozilla.org/Build:Signing#Installer.2Farchive_signing_before_release usual process] (with PRODUCT=xulrunner, VERSION=1.9.2rc1, don't need BUILD, TAG, or KEYDIR), skip the win32 signing section, do pgp, verify and upload. Back on stage:
 
cd ~/xulrunner-${VERSION}/batch1/stage-signed
cp /pub/mozilla.org/firefox/releases/${FX_VERSION}/KEY .
~/bin/checksum-files .
chown -R cltbld:xulrunner .
find . -type f -exec chmod -v 644 {} \;
find . -type d -exec chmod -v 755 {} \;
cd ~/xulrunner-${VERSION}/batch1
rsync -nav stage-signed/* /home/ftp/pub/xulrunner/releases/${VERSION}/
 
If all is fine then
rsync -av stage-signed/* /home/ftp/pub/xulrunner/releases/${VERSION}/
 
(Mirror updating can take a bit,  10-15 mins this time)
 
Updated the links on
* [https://developer.mozilla.org/En/XULRunner_1.9.2_Release_Notes Release Notes]
 
Once we hit 3.6 final we'll add 1.9.2 to
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK]
Confirmed users
4,293

edits