All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] travis.yml: Drop libcap-dev
@ 2019-12-04  8:01 Greg Kurz
  2019-12-04  8:07 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Greg Kurz @ 2019-12-04  8:01 UTC (permalink / raw)
  To: Alex Bennée; +Cc: Thomas Huth, Philippe Mathieu-Daudé, qemu-devel

Commit b1553ab12fe0 converted virtfs-proxy-helper to using libcap-ng. There
aren't any users of libcap anymore. No need to install libcap-dev.

Signed-off-by: Greg Kurz <groug@kaod.org>
---

Yet another follow-up to Paolo's patch to use libcap-ng instead of libcap.
Like with the docker and the gitlab CI patches, if I get an ack from Alex
I'll gladly merge this in the 9p tree and send a PR as soon as 5.0 dev
begins. I'll make sure the SHA1 for Paolo's patch remains the same.

 .travis.yml |    1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 445b0646c18a..6cb8af6fa599 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,6 @@ addons:
       - libaio-dev
       - libattr1-dev
       - libbrlapi-dev
-      - libcap-dev
       - libcap-ng-dev
       - libgcc-4.8-dev
       - libgnutls28-dev



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

* Re: [PATCH] travis.yml: Drop libcap-dev
  2019-12-04  8:01 [PATCH] travis.yml: Drop libcap-dev Greg Kurz
@ 2019-12-04  8:07 ` Thomas Huth
  2019-12-04  8:12   ` Greg Kurz
  2019-12-04  9:33 ` Philippe Mathieu-Daudé
  2019-12-04 13:49 ` Alex Bennée
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2019-12-04  8:07 UTC (permalink / raw)
  To: Greg Kurz, Alex Bennée; +Cc: Philippe Mathieu-Daudé, qemu-devel

On 04/12/2019 09.01, Greg Kurz wrote:
> Commit b1553ab12fe0 converted virtfs-proxy-helper to using libcap-ng. There
> aren't any users of libcap anymore. No need to install libcap-dev.
> 
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
> 
> Yet another follow-up to Paolo's patch to use libcap-ng instead of libcap.
> Like with the docker and the gitlab CI patches, if I get an ack from Alex
> I'll gladly merge this in the 9p tree and send a PR as soon as 5.0 dev
> begins. I'll make sure the SHA1 for Paolo's patch remains the same.

I hope you don't have to rebase! Otherwise simply say "One of the
previous changes ..." or so in the commit message instead.

>  .travis.yml |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 445b0646c18a..6cb8af6fa599 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -26,7 +26,6 @@ addons:
>        - libaio-dev
>        - libattr1-dev
>        - libbrlapi-dev
> -      - libcap-dev
>        - libcap-ng-dev
>        - libgcc-4.8-dev
>        - libgnutls28-dev

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



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

* Re: [PATCH] travis.yml: Drop libcap-dev
  2019-12-04  8:07 ` Thomas Huth
@ 2019-12-04  8:12   ` Greg Kurz
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kurz @ 2019-12-04  8:12 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Alex Bennée, Philippe Mathieu-Daudé, qemu-devel

On Wed, 4 Dec 2019 09:07:42 +0100
Thomas Huth <thuth@redhat.com> wrote:

> On 04/12/2019 09.01, Greg Kurz wrote:
> > Commit b1553ab12fe0 converted virtfs-proxy-helper to using libcap-ng. There
> > aren't any users of libcap anymore. No need to install libcap-dev.
> > 
> > Signed-off-by: Greg Kurz <groug@kaod.org>
> > ---
> > 
> > Yet another follow-up to Paolo's patch to use libcap-ng instead of libcap.
> > Like with the docker and the gitlab CI patches, if I get an ack from Alex
> > I'll gladly merge this in the 9p tree and send a PR as soon as 5.0 dev
> > begins. I'll make sure the SHA1 for Paolo's patch remains the same.
> 
> I hope you don't have to rebase! Otherwise simply say "One of the
> previous changes ..." or so in the commit message instead.
> 

I don't expect to rebase, hence the SHA1.

> >  .travis.yml |    1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/.travis.yml b/.travis.yml
> > index 445b0646c18a..6cb8af6fa599 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -26,7 +26,6 @@ addons:
> >        - libaio-dev
> >        - libattr1-dev
> >        - libbrlapi-dev
> > -      - libcap-dev
> >        - libcap-ng-dev
> >        - libgcc-4.8-dev
> >        - libgnutls28-dev
> 
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> 

Thanks.


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

* Re: [PATCH] travis.yml: Drop libcap-dev
  2019-12-04  8:01 [PATCH] travis.yml: Drop libcap-dev Greg Kurz
  2019-12-04  8:07 ` Thomas Huth
@ 2019-12-04  9:33 ` Philippe Mathieu-Daudé
  2019-12-04 13:49 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-04  9:33 UTC (permalink / raw)
  To: Greg Kurz, Alex Bennée
  Cc: Thomas Huth, Philippe Mathieu-Daudé, qemu-devel

On 12/4/19 9:01 AM, Greg Kurz wrote:
> Commit b1553ab12fe0 converted virtfs-proxy-helper to using libcap-ng. There
> aren't any users of libcap anymore. No need to install libcap-dev.
> 
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
> 
> Yet another follow-up to Paolo's patch to use libcap-ng instead of libcap.
> Like with the docker and the gitlab CI patches, if I get an ack from Alex
> I'll gladly merge this in the 9p tree and send a PR as soon as 5.0 dev
> begins. I'll make sure the SHA1 for Paolo's patch remains the same.
> 
>   .travis.yml |    1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 445b0646c18a..6cb8af6fa599 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -26,7 +26,6 @@ addons:
>         - libaio-dev
>         - libattr1-dev
>         - libbrlapi-dev
> -      - libcap-dev
>         - libcap-ng-dev
>         - libgcc-4.8-dev
>         - libgnutls28-dev
> 
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH] travis.yml: Drop libcap-dev
  2019-12-04  8:01 [PATCH] travis.yml: Drop libcap-dev Greg Kurz
  2019-12-04  8:07 ` Thomas Huth
  2019-12-04  9:33 ` Philippe Mathieu-Daudé
@ 2019-12-04 13:49 ` Alex Bennée
  2 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2019-12-04 13:49 UTC (permalink / raw)
  To: Greg Kurz; +Cc: Thomas Huth, Philippe Mathieu-Daudé, qemu-devel


Greg Kurz <groug@kaod.org> writes:

> Commit b1553ab12fe0 converted virtfs-proxy-helper to using libcap-ng. There
> aren't any users of libcap anymore. No need to install libcap-dev.
>
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>
> Yet another follow-up to Paolo's patch to use libcap-ng instead of libcap.
> Like with the docker and the gitlab CI patches, if I get an ack from Alex
> I'll gladly merge this in the 9p tree and send a PR as soon as 5.0 dev
> begins. I'll make sure the SHA1 for Paolo's patch remains the same.

Acked-by: Alex Bennée <alex.bennee@linaro.org>

>
>  .travis.yml |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 445b0646c18a..6cb8af6fa599 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -26,7 +26,6 @@ addons:
>        - libaio-dev
>        - libattr1-dev
>        - libbrlapi-dev
> -      - libcap-dev
>        - libcap-ng-dev
>        - libgcc-4.8-dev
>        - libgnutls28-dev


-- 
Alex Bennée


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

end of thread, other threads:[~2019-12-04 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04  8:01 [PATCH] travis.yml: Drop libcap-dev Greg Kurz
2019-12-04  8:07 ` Thomas Huth
2019-12-04  8:12   ` Greg Kurz
2019-12-04  9:33 ` Philippe Mathieu-Daudé
2019-12-04 13:49 ` 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.