Closed
Bug 1252085
Opened 9 years ago
Closed 9 years ago
Stop setting next version as a part of release tagging
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
jlund
:
review+
rail
:
checked-in+
|
Details |
bumps like http://hg.mozilla.org/releases/mozilla-esr38/rev/530559abe159 break uplift scripts
Assignee | ||
Comment 1•9 years ago
|
||
"unexpected" bump http://hg.mozilla.org/releases/mozilla-beta/rev/975faa2f4446
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rail
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/41815/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/41815/
Attachment #8733569 -
Flags: review?(jlund)
Assignee | ||
Comment 3•9 years ago
|
||
should file another bug to do the same for m-r
Comment 4•9 years ago
|
||
Comment on attachment 8733569 [details]
MozReview Request: iBug 1252085 - Stop setting next version as a part of release tagging r=jlund
https://reviewboard.mozilla.org/r/41815/#review38305
iiuc the goal here is to return something callable so we end up here: https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-release.py#49 and then because the function will be a no-op, we will hit an exception during the `hg commit` but we ignore the exception: https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-release.py#92 ?
why is this an issue now for fennec? relpro mess something up?
Attachment #8733569 -
Flags: review?(jlund)
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Jordan Lund (:jlund) from comment #4)
> Comment on attachment 8733569 [details]
> MozReview Request: iBug 1252085 - Stop setting next version as a part of
> release tagging r=jlund
>
> https://reviewboard.mozilla.org/r/41815/#review38305
>
> iiuc the goal here is to return something callable so we end up here:
> https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-
> release.py#49 and then because the function will be a no-op, we will hit an
> exception during the `hg commit` but we ignore the exception:
> https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-
> release.py#92 ?
https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-release.py#95
will ignore noop
> why is this an issue now for fennec? relpro mess something up?
We use relpro for desktop and regular process for fennec on beta. Fennec bumps the version on relbranch and default, but the idea is to bump only by relpro on default.
Comment 6•9 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #5)
> (In reply to Jordan Lund (:jlund) from comment #4)
> > Comment on attachment 8733569 [details]
> > MozReview Request: iBug 1252085 - Stop setting next version as a part of
> > release tagging r=jlund
> >
> > https://reviewboard.mozilla.org/r/41815/#review38305
> >
> > iiuc the goal here is to return something callable so we end up here:
> > https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-
> > release.py#49 and then because the function will be a no-op, we will hit an
> > exception during the `hg commit` but we ignore the exception:
> > https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-
> > release.py#92 ?
>
> https://dxr.mozilla.org/build-central/source/tools/scripts/release/tag-
> release.py#95
> will ignore noop
cool, so I did understand correctly and "we ignore the exception"
>
> > why is this an issue now for fennec? relpro mess something up?
>
> We use relpro for desktop and regular process for fennec on beta. Fennec
> bumps the version on relbranch and default, but the idea is to bump only by
> relpro on default.
ah okay
Comment 7•9 years ago
|
||
Comment on attachment 8733569 [details]
MozReview Request: iBug 1252085 - Stop setting next version as a part of release tagging r=jlund
https://reviewboard.mozilla.org/r/41815/#review38309
Attachment #8733569 -
Flags: review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8733569 [details]
MozReview Request: iBug 1252085 - Stop setting next version as a part of release tagging r=jlund
https://hg.mozilla.org/build/buildbot-configs/rev/8fc94db8229f
Attachment #8733569 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•