Closed
Bug 464728
Opened 16 years ago
Closed 16 years ago
Do XULRunner 1.9.0.4 release spin
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: bhearsum)
Details
Attachments
(1 file)
1.44 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
Make a XULRunner release to match the Firefox 3.0.4 release
This patch updates the xr-moz19-bootstrap.cfg to match the pull date for Firefox 3.0.4
I noticed that the tag would still be RELEASE_AUTOMATION_M11.
Attachment #348004 -
Flags: review?(bhearsum)
Assignee | ||
Updated•16 years ago
|
Attachment #348004 -
Flags: review?(bhearsum) → review+
Reporter | ||
Comment 1•16 years ago
|
||
The files built and test out OK. This looks ready to push. Ben made notes the last time we pushed (https://bugzilla.mozilla.org/show_bug.cgi?id=456736#c10)
Files are currently here:
http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/1.9.0.4-candidates/build1/
passing to Ben for the push
Assignee: nobody → bhearsum
Assignee | ||
Comment 3•16 years ago
|
||
(For posterity)
As cltbld on stage:
cd ~
mkdir -p xulrunner-1.9.0.4/batch1
cd xulrunner-1.9.0.4/batch1
mkdir stage-unsigned
cd stage-unsigned
mkdir runtimes source sdk
rsync -av --exclude=*sdk* --exclude=*info*
/home/ftp/pub/xulrunner/nightly/1.9.0.4-candidates/build1/ runtimes/
rsync -av --include=*sdk* --exclude=*
/home/ftp/pub/xulrunner/nightly/1.9.0.4-candidates/build1/ sdk/
cp /home/ftp/pub/firefox/releases/3.0.4/source/firefox-3.0.4-source.tar.bz2
source/xulrunner-1.9.0.4-source.tar.bz2
cd ../
rsync -av stage-unsigned/ stage-signed/
cd stage-signed
~/bin/checksum-files .
cd ../
rsync -av stage-signed/* /home/ftp/pub/xulrunner/releases/1.9.0.4/
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•