* [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
@ 2024-07-15 15:50 Andrew Cooper
2024-07-15 16:56 ` Julien Grall
2024-07-16 6:51 ` Jan Beulich
0 siblings, 2 replies; 11+ messages in thread
From: Andrew Cooper @ 2024-07-15 15:50 UTC (permalink / raw)
To: Xen-devel
Cc: Andrew Cooper, Jan Beulich, Stefano Stabellini, Julien Grall,
Oleksii Kurochko
An earlier part of the checklist states:
* change xen-unstable README. The banner (generated using figlet) should say:
- "Xen 4.5" in releases and on stable branches
- "Xen 4.5-unstable" on unstable
- "Xen 4.5-rc" for release candidate
Update the notes about XEN_EXTRAVERSION to match.
Fixes: 15241c92677a ("process/release-technician-checklist: Explain how the banner in README is generated")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Julien Grall <julien@xen.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
docs/process/release-technician-checklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/process/release-technician-checklist.txt b/docs/process/release-technician-checklist.txt
index 4b061bf5f20b..e6db02b87585 100644
--- a/docs/process/release-technician-checklist.txt
+++ b/docs/process/release-technician-checklist.txt
@@ -67,7 +67,7 @@ t=RELEASE-$r
# if main version number has changed (eg 4.7 -> 4.8) rerun ./autogen.sh
* rerun ./autogen.sh to update version number in configure
# - XEN_EXTRAVERSION should be as follows
-# `.0-rc$(XEN_VENDORVERSION)' during freeze, first rc onwards (including staging, before branching)
+# `-rc$(XEN_VENDORVERSION)' during freeze, first rc onwards (including staging, before branching)
# `-unstable$(XEN_VENDORVERSION)' unstable aka unfrozen staging (or unstable branch, after branching)
# `.0$(XEN_VENDORVERSION)' actual release of Xen X.Y.0 (aka first actual release of Xen X.Y)
# `.Z$(XEN_VENDORVERSION)' actual release of Xen X.Y.Z (stable point realase)
base-commit: 1ddc8c1bad93aa6cbfe616dd72333460c47f96c9
--
2.39.2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-15 15:50 [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates Andrew Cooper
@ 2024-07-15 16:56 ` Julien Grall
2024-07-16 6:47 ` Jan Beulich
2024-07-16 6:51 ` Jan Beulich
1 sibling, 1 reply; 11+ messages in thread
From: Julien Grall @ 2024-07-15 16:56 UTC (permalink / raw)
To: Andrew Cooper, Xen-devel
Cc: Jan Beulich, Stefano Stabellini, Oleksii Kurochko
Hi,
On 15/07/2024 16:50, Andrew Cooper wrote:
> An earlier part of the checklist states:
>
> * change xen-unstable README. The banner (generated using figlet) should say:
> - "Xen 4.5" in releases and on stable branches
> - "Xen 4.5-unstable" on unstable
> - "Xen 4.5-rc" for release candidate
>
> Update the notes about XEN_EXTRAVERSION to match.
We have been tagging the tree with 4.5.0-rcX. So I think it would be
better to update the wording so we use a consistent naming.
Cheers,
--
Julien Grall
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-15 16:56 ` Julien Grall
@ 2024-07-16 6:47 ` Jan Beulich
2024-07-16 7:22 ` Julien Grall
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2024-07-16 6:47 UTC (permalink / raw)
To: Julien Grall
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
On 15.07.2024 18:56, Julien Grall wrote:
> On 15/07/2024 16:50, Andrew Cooper wrote:
>> An earlier part of the checklist states:
>>
>> * change xen-unstable README. The banner (generated using figlet) should say:
>> - "Xen 4.5" in releases and on stable branches
>> - "Xen 4.5-unstable" on unstable
>> - "Xen 4.5-rc" for release candidate
>>
>> Update the notes about XEN_EXTRAVERSION to match.
>
> We have been tagging the tree with 4.5.0-rcX. So I think it would be
> better to update the wording so we use a consistent naming.
I find:
4.18-rc
4.17-rc
4.16-rc
4.15-rc
Do I need to go any further? Your 4.5 example also doesn't fully fit because
at that time we were, in addition, still appending RC numbers (up to and
including 4.9 as it looks). In 4.10 it then (intermediately) indeed was
4.10.0-rc. In 4.11 it became 4.11-rc.
That said I wouldn't strictly mind the .0 infix. It's just that imo shorter
is better, and the .0 doesn't really convey any useful information anymore
now that we don't do / tag stable release RCs any longer.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-15 15:50 [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates Andrew Cooper
2024-07-15 16:56 ` Julien Grall
@ 2024-07-16 6:51 ` Jan Beulich
1 sibling, 0 replies; 11+ messages in thread
From: Jan Beulich @ 2024-07-16 6:51 UTC (permalink / raw)
To: Andrew Cooper
Cc: Stefano Stabellini, Julien Grall, Oleksii Kurochko, Xen-devel
On 15.07.2024 17:50, Andrew Cooper wrote:
> An earlier part of the checklist states:
>
> * change xen-unstable README. The banner (generated using figlet) should say:
> - "Xen 4.5" in releases and on stable branches
> - "Xen 4.5-unstable" on unstable
> - "Xen 4.5-rc" for release candidate
>
> Update the notes about XEN_EXTRAVERSION to match.
>
> Fixes: 15241c92677a ("process/release-technician-checklist: Explain how the banner in README is generated")
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 6:47 ` Jan Beulich
@ 2024-07-16 7:22 ` Julien Grall
2024-07-16 7:24 ` Jan Beulich
0 siblings, 1 reply; 11+ messages in thread
From: Julien Grall @ 2024-07-16 7:22 UTC (permalink / raw)
To: Jan Beulich
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
Hi Jan,
On 16/07/2024 07:47, Jan Beulich wrote:
> On 15.07.2024 18:56, Julien Grall wrote:
>> On 15/07/2024 16:50, Andrew Cooper wrote:
>>> An earlier part of the checklist states:
>>>
>>> * change xen-unstable README. The banner (generated using figlet) should say:
>>> - "Xen 4.5" in releases and on stable branches
>>> - "Xen 4.5-unstable" on unstable
>>> - "Xen 4.5-rc" for release candidate
>>>
>>> Update the notes about XEN_EXTRAVERSION to match.
>>
>> We have been tagging the tree with 4.5.0-rcX. So I think it would be
>> better to update the wording so we use a consistent naming.
>
> I find:
>
> 4.18-rc
> 4.17-rc
> 4.16-rc
> 4.15-rc
Hmmm... I don't think we are looking at the same thing. I was
specifically looking at the tag and *not* XEN_EXTRAVERSION.
42sh> git tag | grep rc
3.0.2-rc
3.2.0-rc1
3.2.0-rc2
3.2.0-rc3
3.2.0-rc4
3.2.0-rc5
3.2.0-rc6
3.3.0-rc1
3.3.0-rc2
[...]
4.14.0-rc1
4.14.0-rc2
4.14.0-rc3
4.14.0-rc4
4.14.0-rc5
4.15.0-rc1
4.15.0-rc2
4.15.0-rc3
4.15.0-rc4
4.15.0-rc5
4.16.0-rc1
4.16.0-rc2
4.16.0-rc3
4.16.0-rc4
4.17.0-rc1
4.17.0-rc2
4.17.0-rc3
4.17.0-rc4
4.18.0-rc1
4.18.0-rc2
4.18.0-rc3
>
> Do I need to go any further? Your 4.5 example also doesn't fully fit because
> at that time we were, in addition, still appending RC numbers (up to and
> including 4.9 as it looks). In 4.10 it then (intermediately) indeed was
> 4.10.0-rc. In 4.11 it became 4.11-rc.
See above.
>
> That said I wouldn't strictly mind the .0 infix. It's just that imo shorter
> is better, and the .0 doesn't really convey any useful information anymore
> now that we don't do / tag stable release RCs any longer.
So you are arguing for shortening the name. I am arguing for consistency
across the naming. We can do both, but we would need to tag the tree
with "4.X-rcY".
Cheers,
--
Julien Grall
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 7:22 ` Julien Grall
@ 2024-07-16 7:24 ` Jan Beulich
2024-07-16 7:33 ` Julien Grall
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2024-07-16 7:24 UTC (permalink / raw)
To: Julien Grall
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
On 16.07.2024 09:22, Julien Grall wrote:
> On 16/07/2024 07:47, Jan Beulich wrote:
>> On 15.07.2024 18:56, Julien Grall wrote:
>>> On 15/07/2024 16:50, Andrew Cooper wrote:
>>>> An earlier part of the checklist states:
>>>>
>>>> * change xen-unstable README. The banner (generated using figlet) should say:
>>>> - "Xen 4.5" in releases and on stable branches
>>>> - "Xen 4.5-unstable" on unstable
>>>> - "Xen 4.5-rc" for release candidate
>>>>
>>>> Update the notes about XEN_EXTRAVERSION to match.
When this is the purpose of the patch, ...
>>> We have been tagging the tree with 4.5.0-rcX. So I think it would be
>>> better to update the wording so we use a consistent naming.
>>
>> I find:
>>
>> 4.18-rc
>> 4.17-rc
>> 4.16-rc
>> 4.15-rc
>
> Hmmm... I don't think we are looking at the same thing. I was
> specifically looking at the tag and *not* XEN_EXTRAVERSION.
... why would we be looking at tags? The tags (necessarily) have RC numbers,
so are going to be different from XEN_EXTRAVERSION in any event.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 7:24 ` Jan Beulich
@ 2024-07-16 7:33 ` Julien Grall
2024-07-16 7:46 ` Jan Beulich
0 siblings, 1 reply; 11+ messages in thread
From: Julien Grall @ 2024-07-16 7:33 UTC (permalink / raw)
To: Jan Beulich
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
Hi,
On 16/07/2024 08:24, Jan Beulich wrote:
> On 16.07.2024 09:22, Julien Grall wrote:
>> On 16/07/2024 07:47, Jan Beulich wrote:
>>> On 15.07.2024 18:56, Julien Grall wrote:
>>>> On 15/07/2024 16:50, Andrew Cooper wrote:
>>>>> An earlier part of the checklist states:
>>>>>
>>>>> * change xen-unstable README. The banner (generated using figlet) should say:
>>>>> - "Xen 4.5" in releases and on stable branches
>>>>> - "Xen 4.5-unstable" on unstable
>>>>> - "Xen 4.5-rc" for release candidate
>>>>>
>>>>> Update the notes about XEN_EXTRAVERSION to match.
>
> When this is the purpose of the patch, ...
>
>>>> We have been tagging the tree with 4.5.0-rcX. So I think it would be
>>>> better to update the wording so we use a consistent naming.
>>>
>>> I find:
>>>
>>> 4.18-rc
>>> 4.17-rc
>>> 4.16-rc
>>> 4.15-rc
>>
>> Hmmm... I don't think we are looking at the same thing. I was
>> specifically looking at the tag and *not* XEN_EXTRAVERSION.
>
> ... why would we be looking at tags?
As I wrote, consistency across the naming scheme we use.
> The tags (necessarily) have RC numbers,
Right but they also *have* the .0.
> so are going to be different from XEN_EXTRAVERSION in any event.
Sure they are not going to be 100% the same. However, they could have
some similarity.
As I pointed out multiple times now, to me it is odd we are tagging the
tree with 4.19.0-rcX, but we use 4.19-rc.
Furthermore, if you look at the history of the document. It is quite
clear that the goal was consistency (the commit mentioned by Andrew
happened after). Yes it wasn't respected but I can't tell exactly why.
So as we try to correct the documentation, I think we should also look
at consistency. If you *really* want to drop the .0, then I think it
should happen for the tag as well (again for consistency).
Cheers,
--
Julien Grall
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 7:33 ` Julien Grall
@ 2024-07-16 7:46 ` Jan Beulich
2024-07-16 8:22 ` Juergen Gross
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2024-07-16 7:46 UTC (permalink / raw)
To: Julien Grall
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
On 16.07.2024 09:33, Julien Grall wrote:
> Hi,
>
> On 16/07/2024 08:24, Jan Beulich wrote:
>> On 16.07.2024 09:22, Julien Grall wrote:
>>> On 16/07/2024 07:47, Jan Beulich wrote:
>>>> On 15.07.2024 18:56, Julien Grall wrote:
>>>>> On 15/07/2024 16:50, Andrew Cooper wrote:
>>>>>> An earlier part of the checklist states:
>>>>>>
>>>>>> * change xen-unstable README. The banner (generated using figlet) should say:
>>>>>> - "Xen 4.5" in releases and on stable branches
>>>>>> - "Xen 4.5-unstable" on unstable
>>>>>> - "Xen 4.5-rc" for release candidate
>>>>>>
>>>>>> Update the notes about XEN_EXTRAVERSION to match.
>>
>> When this is the purpose of the patch, ...
>>
>>>>> We have been tagging the tree with 4.5.0-rcX. So I think it would be
>>>>> better to update the wording so we use a consistent naming.
>>>>
>>>> I find:
>>>>
>>>> 4.18-rc
>>>> 4.17-rc
>>>> 4.16-rc
>>>> 4.15-rc
>>>
>>> Hmmm... I don't think we are looking at the same thing. I was
>>> specifically looking at the tag and *not* XEN_EXTRAVERSION.
>>
>> ... why would we be looking at tags?
>
> As I wrote, consistency across the naming scheme we use.
>
>> The tags (necessarily) have RC numbers,
>
> Right but they also *have* the .0.
>
>> so are going to be different from XEN_EXTRAVERSION in any event.
>
> Sure they are not going to be 100% the same. However, they could have
> some similarity.
>
> As I pointed out multiple times now, to me it is odd we are tagging the
> tree with 4.19.0-rcX, but we use 4.19-rc.
>
> Furthermore, if you look at the history of the document. It is quite
> clear that the goal was consistency (the commit mentioned by Andrew
> happened after). Yes it wasn't respected but I can't tell exactly why.
>
> So as we try to correct the documentation, I think we should also look
> at consistency. If you *really* want to drop the .0, then I think it
> should happen for the tag as well (again for consistency).
I don't see why (but I also wouldn't mind the dropping from the tag).
They are going to be different. Whether they're different in one or two
aspects is secondary to me. I rather view the consistency goal to be
with what we've been doing in the last so many releases.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 7:46 ` Jan Beulich
@ 2024-07-16 8:22 ` Juergen Gross
2024-07-16 13:55 ` Anthony PERARD
0 siblings, 1 reply; 11+ messages in thread
From: Juergen Gross @ 2024-07-16 8:22 UTC (permalink / raw)
To: Jan Beulich, Julien Grall
Cc: Stefano Stabellini, Oleksii Kurochko, Andrew Cooper, Xen-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 2808 bytes --]
On 16.07.24 09:46, Jan Beulich wrote:
> On 16.07.2024 09:33, Julien Grall wrote:
>> Hi,
>>
>> On 16/07/2024 08:24, Jan Beulich wrote:
>>> On 16.07.2024 09:22, Julien Grall wrote:
>>>> On 16/07/2024 07:47, Jan Beulich wrote:
>>>>> On 15.07.2024 18:56, Julien Grall wrote:
>>>>>> On 15/07/2024 16:50, Andrew Cooper wrote:
>>>>>>> An earlier part of the checklist states:
>>>>>>>
>>>>>>> * change xen-unstable README. The banner (generated using figlet) should say:
>>>>>>> - "Xen 4.5" in releases and on stable branches
>>>>>>> - "Xen 4.5-unstable" on unstable
>>>>>>> - "Xen 4.5-rc" for release candidate
>>>>>>>
>>>>>>> Update the notes about XEN_EXTRAVERSION to match.
>>>
>>> When this is the purpose of the patch, ...
>>>
>>>>>> We have been tagging the tree with 4.5.0-rcX. So I think it would be
>>>>>> better to update the wording so we use a consistent naming.
>>>>>
>>>>> I find:
>>>>>
>>>>> 4.18-rc
>>>>> 4.17-rc
>>>>> 4.16-rc
>>>>> 4.15-rc
>>>>
>>>> Hmmm... I don't think we are looking at the same thing. I was
>>>> specifically looking at the tag and *not* XEN_EXTRAVERSION.
>>>
>>> ... why would we be looking at tags?
>>
>> As I wrote, consistency across the naming scheme we use.
>>
>>> The tags (necessarily) have RC numbers,
>>
>> Right but they also *have* the .0.
>>
>>> so are going to be different from XEN_EXTRAVERSION in any event.
>>
>> Sure they are not going to be 100% the same. However, they could have
>> some similarity.
>>
>> As I pointed out multiple times now, to me it is odd we are tagging the
>> tree with 4.19.0-rcX, but we use 4.19-rc.
>>
>> Furthermore, if you look at the history of the document. It is quite
>> clear that the goal was consistency (the commit mentioned by Andrew
>> happened after). Yes it wasn't respected but I can't tell exactly why.
>>
>> So as we try to correct the documentation, I think we should also look
>> at consistency. If you *really* want to drop the .0, then I think it
>> should happen for the tag as well (again for consistency).
>
> I don't see why (but I also wouldn't mind the dropping from the tag).
> They are going to be different. Whether they're different in one or two
> aspects is secondary to me. I rather view the consistency goal to be
> with what we've been doing in the last so many releases.
Another aspect to look at would be version sorting. This will be interesting
when e.g. having a Xen rpm package installed and upgrading it with a later
version. I don't think we want to regard replacing an -rc version with the
.0 version to be a downgrade, so the the version numbers should be sorted by
"sort -V" in the correct order.
This would mean that we'd need to use:
4.19-rc
4.19.0
4.19.1
Juergen
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3743 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 8:22 ` Juergen Gross
@ 2024-07-16 13:55 ` Anthony PERARD
2024-07-16 20:10 ` Marek Marczykowski-Górecki
0 siblings, 1 reply; 11+ messages in thread
From: Anthony PERARD @ 2024-07-16 13:55 UTC (permalink / raw)
To: Juergen Gross
Cc: Jan Beulich, Julien Grall, Stefano Stabellini, Oleksii Kurochko,
Andrew Cooper, Xen-devel
On Tue, Jul 16, 2024 at 10:22:18AM +0200, Juergen Gross wrote:
> On 16.07.24 09:46, Jan Beulich wrote:
> > On 16.07.2024 09:33, Julien Grall wrote:
> > > Hi,
> > >
> > > On 16/07/2024 08:24, Jan Beulich wrote:
> > > > On 16.07.2024 09:22, Julien Grall wrote:
> > > > > On 16/07/2024 07:47, Jan Beulich wrote:
> > > > > > On 15.07.2024 18:56, Julien Grall wrote:
> > > > > > > On 15/07/2024 16:50, Andrew Cooper wrote:
> > > > > > > > An earlier part of the checklist states:
> > > > > > > >
> > > > > > > > * change xen-unstable README. The banner (generated using figlet) should say:
> > > > > > > > - "Xen 4.5" in releases and on stable branches
> > > > > > > > - "Xen 4.5-unstable" on unstable
> > > > > > > > - "Xen 4.5-rc" for release candidate
> > > > > > > >
> > > > > > > > Update the notes about XEN_EXTRAVERSION to match.
> > > >
> > > > When this is the purpose of the patch, ...
> > > >
> > > > > > > We have been tagging the tree with 4.5.0-rcX. So I think it would be
> > > > > > > better to update the wording so we use a consistent naming.
> > > > > >
> > > > > > I find:
> > > > > >
> > > > > > 4.18-rc
> > > > > > 4.17-rc
> > > > > > 4.16-rc
> > > > > > 4.15-rc
> > > > >
> > > > > Hmmm... I don't think we are looking at the same thing. I was
> > > > > specifically looking at the tag and *not* XEN_EXTRAVERSION.
> > > >
> > > > ... why would we be looking at tags?
> > >
> > > As I wrote, consistency across the naming scheme we use.
> > >
> > > > The tags (necessarily) have RC numbers,
> > >
> > > Right but they also *have* the .0.
> > >
> > > > so are going to be different from XEN_EXTRAVERSION in any event.
> > >
> > > Sure they are not going to be 100% the same. However, they could have
> > > some similarity.
> > >
> > > As I pointed out multiple times now, to me it is odd we are tagging the
> > > tree with 4.19.0-rcX, but we use 4.19-rc.
> > >
> > > Furthermore, if you look at the history of the document. It is quite
> > > clear that the goal was consistency (the commit mentioned by Andrew
> > > happened after). Yes it wasn't respected but I can't tell exactly why.
> > >
> > > So as we try to correct the documentation, I think we should also look
> > > at consistency. If you *really* want to drop the .0, then I think it
> > > should happen for the tag as well (again for consistency).
> >
> > I don't see why (but I also wouldn't mind the dropping from the tag).
> > They are going to be different. Whether they're different in one or two
> > aspects is secondary to me. I rather view the consistency goal to be
> > with what we've been doing in the last so many releases.
>
> Another aspect to look at would be version sorting. This will be interesting
> when e.g. having a Xen rpm package installed and upgrading it with a later
> version. I don't think we want to regard replacing an -rc version with the
> .0 version to be a downgrade, so the the version numbers should be sorted by
> "sort -V" in the correct order.
Packages version from distribution is not something we have to deal with
upstream. It's for the one writing the package version to make sure
that -rc are older than actual release.
While trying to to find if SPEC files where dealing with "-rc" suffix,
I found a doc for fedora telling how to deal with RCs:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/
They say to replace the dash with a tilde, so "-rc" become "~rc", and
package manager know what to do with it.
Some other distribution know how to deal with "rc" suffix, but the dash
"-" isn't actually allowed in the version string:
https://man.archlinux.org/man/vercmp.8
So unless we forgo "-rc" in tags, there's no way we can take into
account how distributions package manager sorts version numbers. Also,
there's no need to, it is the job of the packager to deal with version
number, we just need to make is simple enough and consistent.
Cheers,
--
Anthony PERARD
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates
2024-07-16 13:55 ` Anthony PERARD
@ 2024-07-16 20:10 ` Marek Marczykowski-Górecki
0 siblings, 0 replies; 11+ messages in thread
From: Marek Marczykowski-Górecki @ 2024-07-16 20:10 UTC (permalink / raw)
To: Anthony PERARD
Cc: Juergen Gross, Jan Beulich, Julien Grall, Stefano Stabellini,
Oleksii Kurochko, Andrew Cooper, Xen-devel
[-- Attachment #1: Type: text/plain, Size: 4768 bytes --]
On Tue, Jul 16, 2024 at 03:55:58PM +0200, Anthony PERARD wrote:
> On Tue, Jul 16, 2024 at 10:22:18AM +0200, Juergen Gross wrote:
> > On 16.07.24 09:46, Jan Beulich wrote:
> > > On 16.07.2024 09:33, Julien Grall wrote:
> > > > Hi,
> > > >
> > > > On 16/07/2024 08:24, Jan Beulich wrote:
> > > > > On 16.07.2024 09:22, Julien Grall wrote:
> > > > > > On 16/07/2024 07:47, Jan Beulich wrote:
> > > > > > > On 15.07.2024 18:56, Julien Grall wrote:
> > > > > > > > On 15/07/2024 16:50, Andrew Cooper wrote:
> > > > > > > > > An earlier part of the checklist states:
> > > > > > > > >
> > > > > > > > > * change xen-unstable README. The banner (generated using figlet) should say:
> > > > > > > > > - "Xen 4.5" in releases and on stable branches
> > > > > > > > > - "Xen 4.5-unstable" on unstable
> > > > > > > > > - "Xen 4.5-rc" for release candidate
> > > > > > > > >
> > > > > > > > > Update the notes about XEN_EXTRAVERSION to match.
> > > > >
> > > > > When this is the purpose of the patch, ...
> > > > >
> > > > > > > > We have been tagging the tree with 4.5.0-rcX. So I think it would be
> > > > > > > > better to update the wording so we use a consistent naming.
> > > > > > >
> > > > > > > I find:
> > > > > > >
> > > > > > > 4.18-rc
> > > > > > > 4.17-rc
> > > > > > > 4.16-rc
> > > > > > > 4.15-rc
> > > > > >
> > > > > > Hmmm... I don't think we are looking at the same thing. I was
> > > > > > specifically looking at the tag and *not* XEN_EXTRAVERSION.
> > > > >
> > > > > ... why would we be looking at tags?
> > > >
> > > > As I wrote, consistency across the naming scheme we use.
> > > >
> > > > > The tags (necessarily) have RC numbers,
> > > >
> > > > Right but they also *have* the .0.
> > > >
> > > > > so are going to be different from XEN_EXTRAVERSION in any event.
> > > >
> > > > Sure they are not going to be 100% the same. However, they could have
> > > > some similarity.
> > > >
> > > > As I pointed out multiple times now, to me it is odd we are tagging the
> > > > tree with 4.19.0-rcX, but we use 4.19-rc.
> > > >
> > > > Furthermore, if you look at the history of the document. It is quite
> > > > clear that the goal was consistency (the commit mentioned by Andrew
> > > > happened after). Yes it wasn't respected but I can't tell exactly why.
> > > >
> > > > So as we try to correct the documentation, I think we should also look
> > > > at consistency. If you *really* want to drop the .0, then I think it
> > > > should happen for the tag as well (again for consistency).
> > >
> > > I don't see why (but I also wouldn't mind the dropping from the tag).
> > > They are going to be different. Whether they're different in one or two
> > > aspects is secondary to me. I rather view the consistency goal to be
> > > with what we've been doing in the last so many releases.
> >
> > Another aspect to look at would be version sorting. This will be interesting
> > when e.g. having a Xen rpm package installed and upgrading it with a later
> > version. I don't think we want to regard replacing an -rc version with the
> > .0 version to be a downgrade, so the the version numbers should be sorted by
> > "sort -V" in the correct order.
>
> Packages version from distribution is not something we have to deal with
> upstream. It's for the one writing the package version to make sure
> that -rc are older than actual release.
>
> While trying to to find if SPEC files where dealing with "-rc" suffix,
> I found a doc for fedora telling how to deal with RCs:
> https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/
> They say to replace the dash with a tilde, so "-rc" become "~rc", and
> package manager know what to do with it.
>
> Some other distribution know how to deal with "rc" suffix, but the dash
> "-" isn't actually allowed in the version string:
> https://man.archlinux.org/man/vercmp.8
>
> So unless we forgo "-rc" in tags, there's no way we can take into
> account how distributions package manager sorts version numbers. Also,
> there's no need to, it is the job of the packager to deal with version
> number, we just need to make is simple enough and consistent.
XEN_EXTRAVERSION isn't only about version for packaging (where indeed
some changes for -rc will likely be needed anyway, as different packages
have different ways of dealing with it). It's also about version
reported by Xen in various places like `xl info xen_version`. IMO it
makes sense to have consistent format there (always 3 parts separated by
a dot). It makes live easier for any tooling making use of this value.
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-07-16 20:11 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 15:50 [PATCH for-4.19] docs/checklist: Fix XEN_EXTRAVERSION inconsistency for release candidates Andrew Cooper
2024-07-15 16:56 ` Julien Grall
2024-07-16 6:47 ` Jan Beulich
2024-07-16 7:22 ` Julien Grall
2024-07-16 7:24 ` Jan Beulich
2024-07-16 7:33 ` Julien Grall
2024-07-16 7:46 ` Jan Beulich
2024-07-16 8:22 ` Juergen Gross
2024-07-16 13:55 ` Anthony PERARD
2024-07-16 20:10 ` Marek Marczykowski-Górecki
2024-07-16 6:51 ` Jan Beulich
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.