All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION
@ 2014-02-12 16:11 Ian Jackson
  2014-02-12 16:32 ` Jan Beulich
  2014-02-12 16:36 ` George Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Jackson @ 2014-02-12 16:11 UTC (permalink / raw)
  To: George.Dunlap, Jan Beulich; +Cc: xen-devel

Having this here means we have to wait for a push gate pass, or fart
about which explicit pushes to master, to make an RC.  The boot
messages for git builds already contain the git revision (as a
shorthash).

I will change the tarball creation checklist to seddery the -rc back
to -rcN, along with the other release-management-related changes (like
using an embedded copy of qemu).

If this patch meets with approval it should be thrown into the push
gate today, along with the patch for XSA-88, and then hopefully
nothing much else, so that we can get something suitable for making an
RC from by Friday.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

Thanks,
Ian.

diff --git a/xen/Makefile b/xen/Makefile
index 7258504..576d239 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 4
-export XEN_EXTRAVERSION ?= -rc2$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version

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

* Re: [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION
  2014-02-12 16:11 [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION Ian Jackson
@ 2014-02-12 16:32 ` Jan Beulich
  2014-02-12 16:36 ` George Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2014-02-12 16:32 UTC (permalink / raw)
  To: Ian Jackson; +Cc: George.Dunlap, xen-devel

>>> On 12.02.14 at 17:11, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
> Having this here means we have to wait for a push gate pass, or fart
> about which explicit pushes to master, to make an RC.  The boot
> messages for git builds already contain the git revision (as a
> shorthash).
> 
> I will change the tarball creation checklist to seddery the -rc back
> to -rcN, along with the other release-management-related changes (like
> using an embedded copy of qemu).
> 
> If this patch meets with approval it should be thrown into the push
> gate today, along with the patch for XSA-88, and then hopefully
> nothing much else, so that we can get something suitable for making an
> RC from by Friday.
> 
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>

> diff --git a/xen/Makefile b/xen/Makefile
> index 7258504..576d239 100644
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -2,7 +2,7 @@
>  # All other places this is stored (eg. compile.h) should be autogenerated.
>  export XEN_VERSION       = 4
>  export XEN_SUBVERSION    = 4
> -export XEN_EXTRAVERSION ?= -rc2$(XEN_VENDORVERSION)
> +export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
>  export XEN_FULLVERSION   = 
> $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
>  -include xen-version
>  

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

* Re: [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION
  2014-02-12 16:11 [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION Ian Jackson
  2014-02-12 16:32 ` Jan Beulich
@ 2014-02-12 16:36 ` George Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: George Dunlap @ 2014-02-12 16:36 UTC (permalink / raw)
  To: Ian Jackson, Jan Beulich; +Cc: xen-devel

On 02/12/2014 04:11 PM, Ian Jackson wrote:
> Having this here means we have to wait for a push gate pass, or fart
> about which explicit pushes to master, to make an RC.  The boot
> messages for git builds already contain the git revision (as a
> shorthash).
>
> I will change the tarball creation checklist to seddery the -rc back
> to -rcN, along with the other release-management-related changes (like
> using an embedded copy of qemu).
>
> If this patch meets with approval it should be thrown into the push
> gate today, along with the patch for XSA-88, and then hopefully
> nothing much else, so that we can get something suitable for making an
> RC from by Friday.
>
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

[Release-]Acked-by: George Dunlap <george.dunlap@eu.citrix.com>

(That was two acks.)

  -George

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

end of thread, other threads:[~2014-02-12 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 16:11 [PATCH] xen: Drop N from rcN in XEN_EXTRAVERSION Ian Jackson
2014-02-12 16:32 ` Jan Beulich
2014-02-12 16:36 ` George Dunlap

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.