Confirmed users
3,990
edits
m (→Release) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 49: | Line 49: | ||
* {{bug|629256}} - Fix snippets for some locales | * {{bug|629256}} - Fix snippets for some locales | ||
* macosx_repack_2/6 died with SIGUSR1 | * macosx_repack_2/6 died with SIGUSR1 | ||
=Build data= | =Build data= | ||
Line 660: | Line 659: | ||
See {{bug|629256}} for more details. | See {{bug|629256}} for more details. | ||
=== Socorro product data updates === | === Socorro product data updates === | ||
Line 731: | Line 728: | ||
=== Final Verification === | === Final Verification === | ||
Triggered automatically. | Triggered automatically. | ||
=== Push release channel snippets === | === Push release channel snippets === | ||
Line 742: | Line 737: | ||
=== Redirect EU Ballot build and add bouncer entry === | === Redirect EU Ballot build and add bouncer entry === | ||
Reopened {{bug|632052}} for IT to fix it when the snippets are live | |||
NOTE: I think there is a bug that got fixed recently that adds the bouncer entry for the EUballot builds automatically. I can't find it right now. | NOTE: I think there is a bug that got fixed recently that adds the bouncer entry for the EUballot builds automatically. I can't find it right now. | ||
Line 761: | Line 756: | ||
Firefox,firefox,firefox,3.6.14pre,3.6 | Firefox,firefox,firefox,3.6.14pre,3.6 | ||
< | === XULRunner Signing === | ||
Create ~/signXR1.9.2.14.bash file with chmod +x and this content: | |||
<pre> | |||
#!/bin/bash | |||
set -x | |||
set -e | |||
=== | PRODUCT=xulrunner | ||
VERSION=1.9.2.14 | |||
BUILD=3 | |||
TAG=FIREFOX_3_6_14_RELEASE | |||
REPO="releases/mozilla-1.9.2" | |||
EMAIL=armenzg@mozilla.com | |||
KEYDIR=d:/2010-keys | |||
cd ~/hg-tools | |||
hg pull | |||
hg up -r ${TAG} | |||
mkdir -p ~/signing-work/${PRODUCT}-${VERSION} | |||
cd ~/signing-work/${PRODUCT}-${VERSION} | |||
cp ~/hg-tools/release/signing/* . | |||
make setup PRODUCT=${PRODUCT} VERSION=${VERSION} \ | |||
BUILD=${BUILD} REPO=${REPO} EMAIL=${EMAIL} KEYDIR=${KEYDIR} USE_NEW=1 | |||
rsync -av -e "ssh -i /home/cltsign/.ssh/xrbld_dsa" \ | |||
--exclude=*.txt --exclude=*-symbols.zip \ | |||
xrbld@stage.mozilla.org:/home/ftp/pub/${PRODUCT}/nightly/${VERSION}-candidates/build${BUILD}/ \ | |||
unsigned-build${BUILD} | |||
rsync -av --exclude=unsigned unsigned-build${BUILD}/ \ | |||
signed-build${BUILD}/ | |||
rsync -av unsigned-build${BUILD}/unsigned/ \ | |||
signed-build${BUILD}/ | |||
make checksum-files create-sigs stage verify-sigs \ | |||
PRODUCT=${PRODUCT} VERSION=${VERSION} BUILD=${BUILD} \ | |||
REPO=${REPO} EMAIL=${EMAIL} KEYDIR=${KEYDIR} USE_NEW=1 | |||
rmdir signed-build${BUILD}/contrib{,-localized} | |||
rsync -av -e "ssh -i /home/cltsign/.ssh/xrbld_dsa" \ | |||
signed-build${BUILD}/ \ | |||
xrbld@stage.mozilla.org:/home/ftp/pub/${PRODUCT}/nightly/${VERSION}-candidates/build${BUILD}/ | |||
</pre> | |||
=== Push XULRunner to mirrors === | === Push XULRunner to mirrors === | ||
# xrbld@stage | |||
rsync -av --exclude=*.txt --exclude=*unsigned* --exclude=*-symbols.zip \ | |||
/pub/mozilla.org/xulrunner/nightly/1.9.2.14-candidates/build3/ \ | |||
/pub/mozilla.org/xulrunner/releases/1.9.2.14/ | |||
Edited cltbld@stage:/pub/mozilla.org/zz/rsyncd-mozilla-releases.exclude and added | |||
- xulrunner/releases/1.9.2.13 | |||
=== Update XULRunner entries on wiki === | === Update XULRunner entries on wiki === | ||
Updated the links in these two wiki pages for the version change: | |||
* [https://developer.mozilla.org/En/XULRunner_1.9.2_Release_Notes Release Notes] | |||
* [https://developer.mozilla.org/En/Gecko_SDK Gecko_SDK] |