Closed
Bug 1111409
Opened 11 years ago
Closed 11 years ago
No partial suggestions for Firefox ESR release, or Thunderbird release, in ship-it
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
|
2.23 KB,
patch
|
bhearsum
:
review+
Sylvestre
:
checked-in+
|
Details | Diff | Splinter Review |
I'd marked Firefox-31.3.0esr-build2 and Firefox-31.2.0esr-build3 as shipped, but no suggestions were offered when starting to enter 31.4.0esr release.
Follow on from 1049689.
| Reporter | ||
Comment 1•11 years ago
|
||
Similar problem for Thunderbird release. Firefox & Thunderbird beta are both fine.
Summary: No partial suggestions for Firefox ESR release in ship-it → No partial suggestions for Firefox ESR release, or Thunderbird release, in ship-it
Comment 5•11 years ago
|
||
Comment on attachment 8537221 [details] [diff] [review]
0001-Bug-1111409-Also-generate-partial-for-tb-fx-esr.patch
Review of attachment 8537221 [details] [diff] [review]:
-----------------------------------------------------------------
::: kickoff/static/suggestions.js
@@ +143,2 @@
> releaseVersion = version.match(versionRE);
> if (releaseVersion != null) {
Is this changed regex still going to work for non-esrs? It looks to me like it won't match anything except ESRs now...
| Assignee | ||
Comment 6•11 years ago
|
||
the regexp is this one:
versionRE = /^\d+\.\d+$|^\d+\.\d\.\d+|^\d+\.[\d.]*\desr$/;
so, it catches X.Y, X.Y.Z and X.Y.Zesr
Comment 7•11 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #6)
> the regexp is this one:
> versionRE = /^\d+\.\d+$|^\d+\.\d\.\d+|^\d+\.[\d.]*\desr$/;
>
> so, it catches X.Y, X.Y.Z and X.Y.Zesr
Whoops, my bad!
Updated•11 years ago
|
Attachment #8537221 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8537221 [details] [diff] [review]
0001-Bug-1111409-Also-generate-partial-for-tb-fx-esr.patch
http://git.mozilla.org/?p=build/release-kickoff.git;a=commit;h=a5847a13052dd31f7b1d8d3625b4f4e2de9ef5d4
Attachment #8537221 -
Flags: checked-in+
| Assignee | ||
Comment 9•11 years ago
|
||
deployed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•