Disable release-version-bump for new ESR versioning scheme
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird_esr115 unaffected, thunderbird_esr128 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
thunderbird_esr128 | --- | fixed |
People
(Reporter: dandarnell, Assigned: dandarnell)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-esr128+
|
Details | Review |
Comment 1•9 months ago
|
||
The current Treescript version_bump logic does not account for the fact that version.txt should not include the "esr" suffix.
Short term fix for Thunderbird will be to disable the version_bump portion of release-version-bump on comm-esr128 and do the bump manually when doing a new release.
Assignee | ||
Comment 2•9 months ago
|
||
Updated•9 months ago
|
Comment 3•9 months ago
|
||
Comment on attachment 9414798 [details]
Bug 1908617 - Disable bumping version in version.txt. r=#thunderbird-build-system-reviewers
[Approval Request Comment]
Regression caused by (bug #): being on esr
User impact if declined: none
Testing completed (on c-c, etc.): verified payload with mach taskgraph
Risk to taking this patch (and alternatives if risky):
low risk. This stops the automatic version bump esr128 but keeps the RELEASE tag in tact. In the future a treescript fix will allow reenabling the version bump
Comment 4•9 months ago
|
||
Comment on attachment 9414798 [details]
Bug 1908617 - Disable bumping version in version.txt. r=#thunderbird-build-system-reviewers
[Triage Comment]
Approved for esr128
Comment 5•9 months ago
|
||
bugherder uplift |
Thunderbird 128.1.0esr:
https://hg.mozilla.org/releases/comm-esr128/rev/fd08ed2b148f
Updated•9 months ago
|
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/2a99c9960f44
Disable bumping version in version.txt. r=rjl
Description
•