All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication
@ 2019-02-15  9:45 Dr. David Alan Gilbert (git)
  2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2019-02-15  9:45 UTC (permalink / raw)
  To: qemu-devel, alex.bennee

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

We've had the build break with replication disabled, so lets
test that case in travis.

Suggsted-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index baa06b976a..95c554897b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ matrix:
 
 
     - env:
-        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
+        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
 
 
     - env:
-- 
2.20.1

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

* [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid
  2019-02-15  9:45 [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Dr. David Alan Gilbert (git)
@ 2019-02-15  9:45 ` Dr. David Alan Gilbert (git)
  2019-02-15 10:20   ` Thomas Huth
  2019-02-15 10:20 ` [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Thomas Huth
  2019-02-20 15:18 ` Alex Bennée
  2 siblings, 1 reply; 5+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2019-02-15  9:45 UTC (permalink / raw)
  To: qemu-devel, alex.bennee

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Commit 315d3184525 turned --disable-uuid into a warning only; remove
the check from Travis.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 95c554897b..8497f10951 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ matrix:
 
 
     - env:
-        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
+        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication"
 
 
     - env:
-- 
2.20.1

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

* Re: [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication
  2019-02-15  9:45 [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Dr. David Alan Gilbert (git)
  2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
@ 2019-02-15 10:20 ` Thomas Huth
  2019-02-20 15:18 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2019-02-15 10:20 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git), qemu-devel, alex.bennee

On 15/02/2019 10.45, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> We've had the build break with replication disabled, so lets
> test that case in travis.
> 
> Suggsted-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index baa06b976a..95c554897b 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -90,7 +90,7 @@ matrix:
>  
>  
>      - env:
> -        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
> +        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid
  2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
@ 2019-02-15 10:20   ` Thomas Huth
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2019-02-15 10:20 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git), qemu-devel, alex.bennee

On 15/02/2019 10.45, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> Commit 315d3184525 turned --disable-uuid into a warning only; remove
> the check from Travis.
> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 95c554897b..8497f10951 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -90,7 +90,7 @@ matrix:
>  
>  
>      - env:
> -        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
> +        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication"

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication
  2019-02-15  9:45 [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Dr. David Alan Gilbert (git)
  2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
  2019-02-15 10:20 ` [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Thomas Huth
@ 2019-02-20 15:18 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2019-02-20 15:18 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git); +Cc: qemu-devel


Dr. David Alan Gilbert (git) <dgilbert@redhat.com> writes:

> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> We've had the build break with replication disabled, so lets
> test that case in travis.

Both patches queued to testing/next, thanks.

--
Alex Bennée

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

end of thread, other threads:[~2019-02-20 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15  9:45 [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Dr. David Alan Gilbert (git)
2019-02-15  9:45 ` [Qemu-devel] [PATCH 2/2] .travis.yml: Remove disable-uuid Dr. David Alan Gilbert (git)
2019-02-15 10:20   ` Thomas Huth
2019-02-15 10:20 ` [Qemu-devel] [PATCH 1/2] .travis.yml: Test with disable-replication Thomas Huth
2019-02-20 15:18 ` Alex Bennée

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.