Closed Bug 476853 Opened 15 years ago Closed 15 years ago

Do XULRunner 1.9.0.6 release

Categories

(Release Engineering :: General, defect, P2)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mfinkle, Assigned: nthomas)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
Make a XULRunner release to match the Firefox 3.0.6 release

This patch updates the xr-moz19-bootstrap.cfg to match the pull date for Firefox 3.0.6

I did not see what tag I should use. Is the tag still RELEASE_AUTOMATION_M11?
Attachment #360502 - Flags: review?(bhearsum)
Comment on attachment 360502 [details] [diff] [review]
patch

_M11 is still correct, that's right.
Attachment #360502 - Flags: review?(bhearsum) → review+
Checking in tools/release/configs/xr-moz19-bootstrap.cfg;
/cvsroot/mozilla/tools/release/configs/xr-moz19-bootstrap.
ootstrap.cfg
new revision: 1.13; previous revision: 1.12
done

$ cvs tag -F RELEASE_AUTOMATION_M11 tools/release/configs
cvs tag: Tagging tools/release/configs/xr-moz19-bootstrap.cfg
T tools/release/configs/xr-moz19-bootstrap.cfg

Will kick off builds next
assigning to mfinkle, as he's already doing the work here!
Assignee: nobody → mark.finkle
The builds pass our basic tests. Time to push it out!

Nick updated the push steps:
https://bugzilla.mozilla.org/show_bug.cgi?id=471023#c6

Assigning to Nick for push
Assignee: mark.finkle → nthomas
Steps updated again (to use variables):

# cltbld@stage
VERSION=1.9.0.6
FX_VERSION=3.0.6
BUILD=1

cd ~
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 /home/ftp/pub/firefox/releases/${FX_VERSION}/source/firefox-${FX_VERSION}-source.tar.bz2 \
  source/xulrunner-${VERSION}-source.tar.bz2
cd ../
rsync -av stage-unsigned/ stage-signed/

# create detached signatures per usual process

cp /home/ftp/pub/firefox/releases/${FX_VERSION}/KEY stage-signed/
cd stage-signed
~/bin/checksum-files .
chown -R cltbld:xulrunner .
find . -type f -exec chmod -v 644 {} \;
find . -type d -exec chmod -v 755 {} \;
cd ../
rsync -nav stage-signed/* /home/ftp/pub/xulrunner/releases/${VERSION}/
Status: NEW → RESOLVED
Closed: 15 years ago
Priority: -- → P2
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: