Closed
Bug 476853
Opened 16 years ago
Closed 16 years ago
Do XULRunner 1.9.0.6 release
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: nthomas)
Details
Attachments
(1 file)
1.38 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter 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 1•16 years ago
|
||
Comment on attachment 360502 [details] [diff] [review]
patch
_M11 is still correct, that's right.
Attachment #360502 -
Flags: review?(bhearsum) → review+
Reporter | ||
Comment 2•16 years ago
|
||
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
Comment 3•16 years ago
|
||
assigning to mfinkle, as he's already doing the work here!
Assignee: nobody → mark.finkle
Reporter | ||
Comment 4•16 years ago
|
||
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
Assignee | ||
Comment 5•16 years ago
|
||
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: 16 years ago
Priority: -- → P2
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•