All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: release-technician-checklist: update to leaf tree version pinning
@ 2021-04-07  9:56 Jan Beulich
  2021-04-27 16:01 ` Ping: " Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2021-04-07  9:56 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, George Dunlap, Ian Jackson, Julien Grall,
	Stefano Stabellini, Wei Liu

Our releases look to flip-flop between keeping or discarding the date
and title of the referenced qemu-trad commit. I think with the hash
replaced by a tag, the commit's date and title would better also be
purged.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
I've been noticing this inconsistency repeatedly because I simply re-use
version update patches for the stable trees - the context mismatch
results in a such updated patch to then not apply, due to said flip-
flopping. For 4.15 I'm inclined to drop the two offending lines perhaps
while updating the version to 4.15.1-pre.

--- a/docs/process/release-technician-checklist.txt
+++ b/docs/process/release-technician-checklist.txt
@@ -53,6 +53,7 @@
 #   QEMU_UPSTREAM_REVISION,
 #   QEMU_TRADITIONAL_REVISION
 #   MINIOS_UPSTREAM_REVISION
+#     (drop any references to the specific commits, e.g. date or title)
 * change SUPPORT.md heading version number; -unstable or -rc tag
 *     (empty in stable branches after .0 release).
 * SUPPORT.md: insert correct version number in release-notes link


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Ping: [PATCH] docs: release-technician-checklist: update to leaf tree version pinning
  2021-04-07  9:56 [PATCH] docs: release-technician-checklist: update to leaf tree version pinning Jan Beulich
@ 2021-04-27 16:01 ` Jan Beulich
  2021-06-07 10:27   ` Jan Beulich
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2021-04-27 16:01 UTC (permalink / raw)
  To: Ian Jackson
  Cc: Andrew Cooper, George Dunlap, Julien Grall, Stefano Stabellini,
	Wei Liu, xen-devel

On 07.04.2021 11:56, Jan Beulich wrote:
> Our releases look to flip-flop between keeping or discarding the date
> and title of the referenced qemu-trad commit. I think with the hash
> replaced by a tag, the commit's date and title would better also be
> purged.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
> ---
> I've been noticing this inconsistency repeatedly because I simply re-use
> version update patches for the stable trees - the context mismatch
> results in a such updated patch to then not apply, due to said flip-
> flopping. For 4.15 I'm inclined to drop the two offending lines perhaps
> while updating the version to 4.15.1-pre.

Ian (and others), any thoughts here either way?

Thanks, Jan

> --- a/docs/process/release-technician-checklist.txt
> +++ b/docs/process/release-technician-checklist.txt
> @@ -53,6 +53,7 @@
>  #   QEMU_UPSTREAM_REVISION,
>  #   QEMU_TRADITIONAL_REVISION
>  #   MINIOS_UPSTREAM_REVISION
> +#     (drop any references to the specific commits, e.g. date or title)
>  * change SUPPORT.md heading version number; -unstable or -rc tag
>  *     (empty in stable branches after .0 release).
>  * SUPPORT.md: insert correct version number in release-notes link
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ping: [PATCH] docs: release-technician-checklist: update to leaf tree version pinning
  2021-04-27 16:01 ` Ping: " Jan Beulich
@ 2021-06-07 10:27   ` Jan Beulich
  2021-06-07 11:14     ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Beulich @ 2021-06-07 10:27 UTC (permalink / raw)
  To: Ian Jackson
  Cc: Andrew Cooper, George Dunlap, Julien Grall, Stefano Stabellini,
	Wei Liu, xen-devel

On 27.04.2021 18:01, Jan Beulich wrote:
> On 07.04.2021 11:56, Jan Beulich wrote:
>> Our releases look to flip-flop between keeping or discarding the date
>> and title of the referenced qemu-trad commit. I think with the hash
>> replaced by a tag, the commit's date and title would better also be
>> purged.
>>
>> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>> ---
>> I've been noticing this inconsistency repeatedly because I simply re-use
>> version update patches for the stable trees - the context mismatch
>> results in a such updated patch to then not apply, due to said flip-
>> flopping. For 4.15 I'm inclined to drop the two offending lines perhaps
>> while updating the version to 4.15.1-pre.
> 
> Ian (and others), any thoughts here either way?

If I don't hear back by Wednesday, I guess I'll take the lazy consensus
route and put this in.

Jan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Ping: [PATCH] docs: release-technician-checklist: update to leaf tree version pinning
  2021-06-07 10:27   ` Jan Beulich
@ 2021-06-07 11:14     ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2021-06-07 11:14 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Andrew Cooper, George Dunlap, Julien Grall, Stefano Stabellini,
	Wei Liu, xen-devel

Jan Beulich writes ("Re: Ping: [PATCH] docs: release-technician-checklist: update to leaf tree version pinning"):
> On 27.04.2021 18:01, Jan Beulich wrote:
> > On 07.04.2021 11:56, Jan Beulich wrote:
> >> Our releases look to flip-flop between keeping or discarding the date
> >> and title of the referenced qemu-trad commit. I think with the hash
> >> replaced by a tag, the commit's date and title would better also be
> >> purged.
> >>
> >> Signed-off-by: Jan Beulich <jbeulich@suse.com>
> >> ---
> >> I've been noticing this inconsistency repeatedly because I simply re-use
> >> version update patches for the stable trees - the context mismatch
> >> results in a such updated patch to then not apply, due to said flip-
> >> flopping. For 4.15 I'm inclined to drop the two offending lines perhaps
> >> while updating the version to 4.15.1-pre.
> > 
> > Ian (and others), any thoughts here either way?
> 
> If I don't hear back by Wednesday, I guess I'll take the lazy consensus
> route and put this in.

That would of course be correct of you :-).

But I should explicitly:

Acked-by: Ian Jackson <iwj@xenproject.org>

Thanks,
Ian.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-07 11:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  9:56 [PATCH] docs: release-technician-checklist: update to leaf tree version pinning Jan Beulich
2021-04-27 16:01 ` Ping: " Jan Beulich
2021-06-07 10:27   ` Jan Beulich
2021-06-07 11:14     ` Ian Jackson

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.