All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml
@ 2016-04-22 15:26 Ian Jackson
  2016-04-22 16:23 ` Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ian Jackson @ 2016-04-22 15:26 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, David Scott

This will result in the Xen build system building, and then
preferring, oxenstored.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: David Scott <dave@recoil.org>
CC: Wei Liu <wei.liu2@citrix.com>
---
 ts-xen-build-prep |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-xen-build-prep b/ts-xen-build-prep
index b35e91b..c8cebf4 100755
--- a/ts-xen-build-prep
+++ b/ts-xen-build-prep
@@ -206,6 +206,7 @@ sub prep () {
                       autoconf automake libtool xsltproc
                       libxml2-utils libxml2-dev
                       libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
+                      ocaml-nox ocaml-findlib
                       ccache nasm checkpolicy ebtables);
 
     if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) {
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml
  2016-04-22 15:26 [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml Ian Jackson
@ 2016-04-22 16:23 ` Andrew Cooper
  2016-04-22 17:44 ` Wei Liu
  2016-04-22 19:54 ` David Scott
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2016-04-22 16:23 UTC (permalink / raw)
  To: Ian Jackson, xen-devel; +Cc: Wei Liu, David Scott

On 22/04/16 16:26, Ian Jackson wrote:
> This will result in the Xen build system building, and then
> preferring, oxenstored.
>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: David Scott <dave@recoil.org>
> CC: Wei Liu <wei.liu2@citrix.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

This matches my notes for developing the ocaml bits of xen.git outside
of the XenServer build system.

> ---
>  ts-xen-build-prep |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ts-xen-build-prep b/ts-xen-build-prep
> index b35e91b..c8cebf4 100755
> --- a/ts-xen-build-prep
> +++ b/ts-xen-build-prep
> @@ -206,6 +206,7 @@ sub prep () {
>                        autoconf automake libtool xsltproc
>                        libxml2-utils libxml2-dev
>                        libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
> +                      ocaml-nox ocaml-findlib
>                        ccache nasm checkpolicy ebtables);
>  
>      if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) {


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml
  2016-04-22 15:26 [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml Ian Jackson
  2016-04-22 16:23 ` Andrew Cooper
@ 2016-04-22 17:44 ` Wei Liu
  2016-04-22 19:54 ` David Scott
  2 siblings, 0 replies; 4+ messages in thread
From: Wei Liu @ 2016-04-22 17:44 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Wei Liu, David Scott

On Fri, Apr 22, 2016 at 04:26:42PM +0100, Ian Jackson wrote:
> This will result in the Xen build system building, and then
> preferring, oxenstored.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: David Scott <dave@recoil.org>
> CC: Wei Liu <wei.liu2@citrix.com>

Reviewed-by: Wei Liu <wei.liu2@citrix.com>

> ---
>  ts-xen-build-prep |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/ts-xen-build-prep b/ts-xen-build-prep
> index b35e91b..c8cebf4 100755
> --- a/ts-xen-build-prep
> +++ b/ts-xen-build-prep
> @@ -206,6 +206,7 @@ sub prep () {
>                        autoconf automake libtool xsltproc
>                        libxml2-utils libxml2-dev
>                        libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
> +                      ocaml-nox ocaml-findlib
>                        ccache nasm checkpolicy ebtables);
>  
>      if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) {
> -- 
> 1.7.10.4
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

* Re: [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml
  2016-04-22 15:26 [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml Ian Jackson
  2016-04-22 16:23 ` Andrew Cooper
  2016-04-22 17:44 ` Wei Liu
@ 2016-04-22 19:54 ` David Scott
  2 siblings, 0 replies; 4+ messages in thread
From: David Scott @ 2016-04-22 19:54 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel, Wei Liu

> On 22 Apr 2016, at 16:26, Ian Jackson <ian.jackson@eu.citrix.com> wrote:
> 
> This will result in the Xen build system building, and then
> preferring, oxenstored.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: David Scott <dave@recoil.org>
> CC: Wei Liu <wei.liu2@citrix.com>


This looks good to me too.

Reviewed-by: David Scott <dave@recoil.org>



> ---
> ts-xen-build-prep |    1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/ts-xen-build-prep b/ts-xen-build-prep
> index b35e91b..c8cebf4 100755
> --- a/ts-xen-build-prep
> +++ b/ts-xen-build-prep
> @@ -206,6 +206,7 @@ sub prep () {
>                       autoconf automake libtool xsltproc
>                       libxml2-utils libxml2-dev
>                       libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl
> +                      ocaml-nox ocaml-findlib
>                       ccache nasm checkpolicy ebtables);
> 
>     if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) {
> -- 
> 1.7.10.4
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-04-22 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 15:26 [OSSTEST PATCH] ts-xen-build-prep: Install Ocaml Ian Jackson
2016-04-22 16:23 ` Andrew Cooper
2016-04-22 17:44 ` Wei Liu
2016-04-22 19:54 ` David Scott

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.