Closed
Bug 676083
Opened 11 years ago
Closed 11 years ago
tracking bug for build and release Firefox 6.0
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
Attachments
(8 files, 2 obsolete files)
2.32 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
7.91 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
4.48 KB,
patch
|
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
949 bytes,
patch
|
aki
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
13.30 KB,
patch
|
aki
:
review+
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.42 KB,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
3.69 KB,
text/plain
|
Details | |
800 bytes,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Scheduled to be released on August 16th.
Assignee | ||
Comment 1•11 years ago
|
||
* removed staging_release-firefox-mozilla-release.py, we don't use it anymore * update staging_release-firefox-mozilla-central.py to 6.0
Attachment #551400 -
Flags: review?(bhearsum)
Assignee | ||
Comment 2•11 years ago
|
||
In 5.0.1 release we generated beta snippets manually. Wouldn't be safer and easier to enable releaseConfig['useBetaChannel'] (next patch) and apply this patch?
Attachment #551421 -
Flags: review?(bhearsum)
Assignee | ||
Comment 3•11 years ago
|
||
* set releaseConfig['oldVersion'] to 1 * bump version
Attachment #551426 -
Flags: feedback?(bhearsum)
Assignee | ||
Comment 4•11 years ago
|
||
* fixed oldAppVersion * removed obsoleted mozilla/diffs.sh * fixed file permissions for release-fennec-mozilla-{beta,release}.py * removed obsoleted staging_release-firefox-mozilla-central.py * bump version
Attachment #551400 -
Attachment is obsolete: true
Attachment #551400 -
Flags: review?(bhearsum)
Assignee | ||
Updated•11 years ago
|
Attachment #551427 -
Flags: review?(bhearsum)
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 551421 [details] [diff] [review] Add beta channel for mozilla-release branch Review of attachment 551421 [details] [diff] [review]: ----------------------------------------------------------------- Yeah, this makes sense. I'm pretty sure I didn't think to do this during 5.0 final.
Attachment #551421 -
Flags: review?(bhearsum) → review+
Reporter | ||
Updated•11 years ago
|
Attachment #551427 -
Flags: review?(bhearsum) → review+
Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 551426 [details] [diff] [review] 6.0 configs Review of attachment 551426 [details] [diff] [review]: ----------------------------------------------------------------- You're making this look so easy ;). All of the stuff you've got here looks good to me, let's see how the staging run goes!
Attachment #551426 -
Flags: feedback?(bhearsum) → feedback+
Assignee | ||
Comment 7•11 years ago
|
||
lunux{,64}: * use gcc-4.5 * enable PGO compare configs: $ for p in linux linux64 win32 macosx64 linux-android linux-maemo5-gtk linux-mobile macosx-mobile win32-mobile; do diff -r $p/mozilla-{beta,release}/release; done| grep -P '^(>|<)' |sort -u < ac_add_options --enable-update-channel=beta > ac_add_options --enable-update-channel=release < ac_add_options --with-branding=mobile/branding/beta > ac_add_options --with-branding=mobile/branding/official < ac_add_options --with-l10n-base=.. > ac_add_options --with-l10n-base=.. Last 2 lines could be ignored, win32/mozilla-{beta,release}/release/l10n-mozconfig have that line, but on different lines.
Attachment #551586 -
Flags: review?(nrthomas)
Comment 8•11 years ago
|
||
Comment on attachment 551421 [details] [diff] [review] Add beta channel for mozilla-release branch >Index: mozRelease-branch-patcher2.cfg >+ past-update 4.0rc1 4.0rc2 betatest releasetest release beta >+ past-update 4.0rc2 4.0.1 betatest releasetest release beta >+ past-update 4.0.1 5.0 betatest releasetest release beta NB: This won't generate updates for 5.0b* and 6.0b* to 6.0 final. We kinda need to generate updates from both configs * mozBeta-branch-patcher2.cfg, to get beta users on to the 6.0 final build, partial from 6.0b5 * mozRelease-branch-patcher2.cfg, to get partials from 5.0/5.0.1 (see 3.6.20 for hints dealing with the split version)
Updated•11 years ago
|
Attachment #551586 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 9•11 years ago
|
||
* Bump version * add tag to be consistent with tested beta configs
Attachment #551718 -
Flags: review?(aki)
Updated•11 years ago
|
Attachment #551718 -
Flags: review?(aki) → review+
Comment 10•11 years ago
|
||
What do you think about adding a generic "FENNEC_RELEASE" and "FENNEC_BETA" tag? downsides: * yet another tag upsides: * config files can point to FENNEC_RELEASE instead of FENNEC_6_0_RELEASE and never have to change
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 551718 [details] [diff] [review] debsign configs http://hg.mozilla.org/build/mozharness/rev/1777425ae9e1
Attachment #551718 -
Flags: checked-in+
Assignee | ||
Comment 12•11 years ago
|
||
Comment on attachment 551586 [details] [diff] [review] sync mozilla-{beta,release} mozconfigs http://hg.mozilla.org/build/buildbot-configs/rev/bf87a13e39b3
Attachment #551586 -
Flags: checked-in+
Assignee | ||
Comment 13•11 years ago
|
||
Comment on attachment 551427 [details] [diff] [review] update staging configs http://hg.mozilla.org/build/buildbot-configs/rev/5402da3d6de4
Attachment #551427 -
Flags: checked-in+
Assignee | ||
Comment 14•11 years ago
|
||
Comment on attachment 551421 [details] [diff] [review] Add beta channel for mozilla-release branch cvs commit -m "Bug 676083 - tracking bug for build and release Firefox 6.0. p=rail, r=bhearsum" cvs commit: Examining . Checking in mozRelease-branch-patcher2.cfg; /cvsroot/mozilla/tools/patcher-configs/mozRelease-branch-patcher2.cfg,v <-- mozRelease-branch-patcher2.cfg new revision: 1.5; previous revision: 1.4 done
Attachment #551421 -
Flags: checked-in+
Assignee | ||
Comment 15•11 years ago
|
||
There is no new l10n changesets available, so I copied beta l10n changesets files to the corresponding release files. TBD to be replaces with the final "go" revision.
Attachment #551426 -
Attachment is obsolete: true
Attachment #552521 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Attachment #552521 -
Flags: review?(nrthomas)
Attachment #552521 -
Flags: review?(aki)
Attachment #552521 -
Flags: review?
Comment 16•11 years ago
|
||
Comment on attachment 552521 [details] [diff] [review] 6.0 configs One thing to note -- push_fennec.sh (when pushing live) will also need to update the |latest| softlink, since this is a non-beta. (These softlinks will all go away once maemo is EOLed)
Attachment #552521 -
Flags: review?(aki) → review+
Comment 17•11 years ago
|
||
Comment on attachment 552521 [details] [diff] [review] 6.0 configs '339923bc045a' for the TBD's.
Attachment #552521 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 18•11 years ago
|
||
Comment on attachment 552521 [details] [diff] [review] 6.0 configs http://hg.mozilla.org/build/buildbot-configs/rev/7ef83edc2f14
Attachment #552521 -
Flags: checked-in+
Assignee | ||
Comment 19•11 years ago
|
||
Attachment #552618 -
Flags: review?(nrthomas)
Comment 20•11 years ago
|
||
Comment on attachment 552618 [details] [diff] [review] mozilla-1.9.2 MU configs >diff --git a/mozilla/release-firefox-mozilla-1.9.2.py b/mozilla/release-firefox-mozilla-1.9.2.py >+releaseConfig['majorUpdateReleaseNotesUrl'] = 'https://www.mozilla.com/%locale%/firefox/6.0/details/' We'll need to use http://www.mozilla.com/%LOCALE%/firefox/latest/details/from-3.6.html here, from bug 668108. Those pages are not up yet.
Attachment #552618 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 21•11 years ago
|
||
Assignee | ||
Comment 22•11 years ago
|
||
Attachment #552661 -
Flags: review?(bhearsum)
Reporter | ||
Updated•11 years ago
|
Attachment #552661 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 23•11 years ago
|
||
Comment on attachment 552661 [details] [diff] [review] debsign release_mozilla-release.py syntax fix http://hg.mozilla.org/build/mozharness/rev/6bae02274440
Attachment #552661 -
Flags: checked-in+
Assignee | ||
Comment 24•11 years ago
|
||
Per https://bugzilla.mozilla.org/show_bug.cgi?id=675730#c7 moving dependency on bug 668108 there and closing this one. All done here!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•