Confirmed users
3,990
edits
(14 intermediate revisions by 3 users 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 720: | Line 717: | ||
~/bin/backupsnip 20110219-Firefox-3.6.14 | ~/bin/backupsnip 20110219-Firefox-3.6.14 | ||
=== Push to Mirrors === | === Push to Mirrors and modify exclude file === | ||
After some re-tagging and reconfigures for getting some changes that had landed on default we manage to trigger this builder and succeed to completion. | After some re-tagging and reconfigures for getting some changes that had landed on default we manage to trigger this builder and succeed to completion. | ||
http://hg.mozilla.org/build/buildbotcustom/rev/03084b14ff4b | http://hg.mozilla.org/build/buildbotcustom/rev/03084b14ff4b | ||
Push to community mirrors: | |||
# cltbld@stage | |||
vim -n /pub/mozilla.org/zz/rsyncd-mozilla-current.exclude | |||
# replace 3.6.13 with 3.6.14 | |||
=== Final Verification === | === Final Verification === | ||
Triggered automatically. | Triggered automatically. | ||
=== Push release channel snippets === | === Push release channel snippets === | ||
Line 738: | Line 736: | ||
~/bin/pushsnip 20110219-Firefox-3.6.14 | ~/bin/pushsnip 20110219-Firefox-3.6.14 | ||
=== | === 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. | |||
* Filed {{bug|632052}} to change download redirect | * Filed {{bug|632052}} to change download redirect | ||
* On bouncer we add "Firefox-3.6.14-EUballot" product under "Mirrors->Products->Add new product" | * On bouncer we add "Firefox-3.6.14-EUballot" product under "Mirrors->Products->Add new product" | ||
* Once added, we add a new mirror location: | * Once added, we add a new mirror location: | ||
/firefox/releases/3.6.14/win32-EUballot/:lang/Firefox%20Setup%203.6.14.exe | /firefox/releases/3.6.14/win32-EUballot/:lang/Firefox%20Setup%203.6.14.exe | ||
=== Release === | === Release === | ||
Update symlinks | |||
#ffxbld@stage | |||
cd /home/ftp/pub/firefox/releases | |||
rm latest-3.6 && ln -s 3.6.14 latest-3.6 | |||
Sent the following mail to metrics@mozilla.com: | |||
Firefox,firefox,firefox,3.6.13,3.6 | |||
Firefox,firefox,firefox,3.6.14pre,3.6 | |||
=== XULRunner Signing === | === 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] |