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)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: Sylvestre)

References

Details

Attachments

(1 file)

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.
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
Sylvestre, can you have a look at this?
Flags: needinfo?(sledru)
With pleasure!
Assignee: nobody → sledru
Flags: needinfo?(sledru)
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...
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
(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!
Attachment #8537221 - Flags: review?(bhearsum) → review+
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.

Attachment

General

Created:
Updated:
Size: