Closed Bug 512242 Opened 16 years ago Closed 16 years ago

Tracking bug for build and release of firefox 3.0.14

Categories

(Release Engineering :: General, defect)

x86
All
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lsblakk, Assigned: lsblakk)

References

Details

Attachments

(6 files, 2 obsolete files)

No description provided.
Attachment #396215 - Flags: review?(bhearsum)
Comment on attachment 396215 [details] [diff] [review] bootstrap and version/monitoring bumps In the future, please keep the in-app version bumps / monitoring bumps in one patch, and the automation ones in another. It makes things easier since they're landed at different times. >diff -u -8 -p -r1.62 fx-moz19-bootstrap.cfg >--- tools/release/configs/fx-moz19-bootstrap.cfg 31 Jul 2009 02:59:48 -0000 1.62 >+++ tools/release/configs/fx-moz19-bootstrap.cfg 24 Aug 2009 15:41:02 -0000 >@@ -1,22 +1,22 @@ >-version = 3.0.13 >-appVersion = 3.0.13 >-milestone = 1.9.0.13 >+version = 3.0.14 >+appVersion = 3.0.14 >+milestone = 1.9.0.14 > # _BUILDn and _RELEASE will be appended as-needed >-productTag = FIREFOX_3_0_13 >+productTag = FIREFOX_3_0_14 > # Branch name and pull dates to use for base tag > branchTag = HEAD >-RelbranchOverride = GECKO190_20090706_RELBRANCH >-pullDate = 2009-07-30 19:18 PDT >-l10n_pullDate = 2009-07-30 19:18 PDT >+RelbranchOverride = GECKO190_20090812_RELBRANCH We only use RelbranchOverride for a build2 or a firedrill build1 - comment this out. >+pullDate = 2009-08-12 21:47 PDT >+l10n_pullDate = 2009-08-12 21:47 PDT We need to bump these by minute, otherwise we miss the check-in we want: bitters-2:tmp bhearsum$ cvs co -D "2009-08-12 21:47 PDT" mozilla/js/src/jsinterp.c cd mozilla/js/U mozilla/js/src/jsinterp.c srcbitters-2:tmp bhearsum$ cd mozilla/js/src bitters-2:src bhearsum$ cvs stat jsinterp.c =================================================================== File: jsinterp.c Status: Up-to-date Working revision: 3.507 Repository revision: 3.507 /cvsroot/mozilla/js/src/jsinterp.c,v Sticky Tag: (none) Sticky Date: 2009.08.13.04.47.00 Sticky Options: (none) vs. 3.508 in http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2009-08-12+21%3A47+PDT&maxdate=2009-08-12+21%3A47+PDT&cvsroot=%2Fcvsroot >Index: tools/release/configs/xr-moz19-bootstrap.cfg Same comments here.
Attachment #396215 - Flags: review?(bhearsum) → review-
I'll re-submit the other parts in a separate patch.
Attachment #396215 - Attachment is obsolete: true
Attachment #396217 - Flags: review?(bhearsum)
Attachment #396217 - Flags: review?(bhearsum) → review+
Comment on attachment 396217 [details] [diff] [review] Just the bootstrap config bumps for 3.0.14 Looks good. I'll land it in a sec.
Comment on attachment 396217 [details] [diff] [review] Just the bootstrap config bumps for 3.0.14 Landed and tags moved: Checking in fx-moz19-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz19-bootstrap.cfg,v <-- fx-moz19-bootstrap.cfg new revision: 1.63; previous revision: 1.62 done Checking in xr-moz19-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/xr-moz19-bootstrap.cfg,v <-- xr-moz19-bootstrap.cfg new revision: 1.19; previous revision: 1.18 done bitters-2:configs bhearsum$ cvs tag -F RELEASE_AUTOMATION_M15 fx-moz19-bootstrap.cfg xr-moz19-bootstrap.cfg T fx-moz19-bootstrap.cfg T xr-moz19-bootstrap.cfg
Attachment #396217 - Flags: checked-in+
Attachment #396225 - Flags: review?(bhearsum)
Comment on attachment 396225 [details] [diff] [review] versioning/monitoring updates Checking in browser/app/module.ver; /cvsroot/mozilla/browser/app/module.ver,v <-- module.ver new revision: 1.42; previous revision: 1.41 done Checking in browser/config/version.txt; /cvsroot/mozilla/browser/config/version.txt,v <-- version.txt new revision: 1.34; previous revision: 1.33 done Checking in config/milestone.txt; /cvsroot/mozilla/config/milestone.txt,v <-- milestone.txt new revision: 3.57; previous revision: 3.56 done Checking in Firefox_mozilla1.9.0.txt; /cvsroot/mozilla/tools/tinderbox-configs/monitoring/Firefox_mozilla1.9.0.txt,v <-- Firefox_mozilla1.9.0.txt new revision: 1.17; previous revision: 1.16 done Checking in XULRunner_mozilla1.9.0.txt; /cvsroot/mozilla/tools/tinderbox-configs/monitoring/XULRunner_mozilla1.9.0.txt,v <-- XULRunner_mozilla1.9.0.txt new revision: 1.7; previous revision: 1.6 done
Attachment #396225 - Flags: review?(bhearsum)
Attachment #396225 - Flags: review+
Attachment #396225 - Flags: checked-in+
Attachment #396446 - Flags: review?(bhearsum) → review-
Comment on attachment 396446 [details] [diff] [review] puts filenames in quotations for make_incremental_updates.py > # And construct the mar >- mar_cmd = 'mar -C '+patch_info.work_dir+' -c output.mar '+string.join(patch_info.archive_files, ' ') >+ mar_cmd = 'mar -C "'+patch_info.work_dir+'" -c output.mar "'+string.join(patch_info.archive_files, '" ') This won't work. You'll end up with something like: mar -C "firefox-whatever.mar" -c output.mar "application.ini firefox other file names too" You'll need to loop over patch_info.archive_files and quote them all individually. As an aside, next time we hit something like this it's good to file it in it's own bug for posterity.
Depends on: 512477
bug 512477 filed to track the changed to make_incremental_updates.py
build 2 required due to bug 510583
Attachment #396988 - Flags: review?(bhearsum)
Attachment #396988 - Attachment is obsolete: true
Attachment #396992 - Flags: review?(bhearsum)
Attachment #396992 - Flags: review?(bhearsum)
Attachment #396992 - Flags: review+
Attachment #396992 - Flags: checked-in+
Comment on attachment 396992 [details] [diff] [review] bootstrap bumps for 3.0.14, build 2 with update pull date Checking in configs/fx-moz19-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/fx-moz19-bootstrap.cfg,v <-- fx-moz19-bootstrap.cfg new revision: 1.64; previous revision: 1.63 done Checking in configs/xr-moz19-bootstrap.cfg; /cvsroot/mozilla/tools/release/configs/xr-moz19-bootstrap.cfg,v <-- xr-moz19-bootstrap.cfg new revision: 1.20; previous revision: 1.19 done bitters-2:release bhearsum$ cvs tag RELEASE_AUTOMATION_M15 configs/fx-moz19-bootstrap.cfg configs/xr-moz19-bootstrap.cfg W configs/fx-moz19-bootstrap.cfg : RELEASE_AUTOMATION_M15 already exists on version 1.63 : NOT MOVING tag to version 1.64 W configs/xr-moz19-bootstrap.cfg : RELEASE_AUTOMATION_M15 already exists on version 1.19 : NOT MOVING tag to version 1.20 bitters-2:release bhearsum$ cvs tag -F RELEASE_AUTOMATION_M15 configs/fx-moz19-bootstrap.cfg configs/xr-moz19-bootstrap.cfg T configs/fx-moz19-bootstrap.cfg T configs/xr-moz19-bootstrap.cfg
Comment on attachment 397689 [details] [diff] [review] Version bumps for major update patcher config Looks good
Attachment #397689 - Flags: review?(bhearsum) → review+
Attachment #397690 - Flags: review?(bhearsum) → review+
Comment on attachment 397689 [details] [diff] [review] Version bumps for major update patcher config Checking in moz19-branch-major-update-patcher2.cfg; /cvsroot/mozilla/tools/patcher-configs/moz19-branch-major-update-patcher2.cfg,v <-- moz19-branch-major-update-patcher2.cfg new revision: 1.11; previous revision: 1.10 done
Attachment #397689 - Attachment description: Version bumps for patcher config → Version bumps for major update patcher config
Attachment #397689 - Flags: checked-in+
Comment on attachment 397690 [details] [diff] [review] Version bumps for MU update verify configs changeset: 361:bd6f96a6fd52
Attachment #397690 - Attachment description: Version bumps for release updates → Version bumps for MU update verify configs
Attachment #397690 - Flags: checked-in+
Just put up the signed xulrunner builds. This release is put to rest.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
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: