public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* Launchpad linux-rdma group and rdma-core daily builds
@ 2017-11-07 13:50 Benjamin Drung
       [not found] ` <1510062606.32330.13.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Drung @ 2017-11-07 13:50 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi,

as previously discussed, I created a linux-rdma group on Launchpad
(using this mailing list as contact address):
https://launchpad.net/~linux-rdma

In addition, I created a rdma-core project (owned by linux-rdma):
https://launchpad.net/rdma-core

I setup a git repository import for rdma-core:
https://code.launchpad.net/~linux-rdma/rdma-core/+git/master

Then I created a build recipe for rdma-core:
https://code.launchpad.net/~linux-rdma/+recipe/rdma-core-daily

which publishes the packages in the rdma-core-daily PPA:
https://launchpad.net/~linux-rdma/+archive/ubuntu/rdma-core-daily

The package was built successfully for Ubuntu 16.04 (xenial) and newer.
The build fails for Ubuntu 14.04 (trusty) due to the missing
libsystemd-dev package. Thus I excluded Ubuntu 14.04 (trusty) from the
daily builds. The upload failure mails that you can see on the mailing
list probably came from the clashing auto build and my manual build
request.

I invite every rdma-core developer (but not users) to join the linux-
rdma Launchpad group. You need a Launchpad account and then you can
request to join the group.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Launchpad linux-rdma group and rdma-core daily builds
       [not found] ` <1510062606.32330.13.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
@ 2017-11-07 15:58   ` Jason Gunthorpe
       [not found]     ` <20171107155838.GE21466-uk2M96/98Pc@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Gunthorpe @ 2017-11-07 15:58 UTC (permalink / raw)
  To: Benjamin Drung; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

On Tue, Nov 07, 2017 at 02:50:06PM +0100, Benjamin Drung wrote:

> The package was built successfully for Ubuntu 16.04 (xenial) and newer.
> The build fails for Ubuntu 14.04 (trusty) due to the missing
> libsystemd-dev package.

Yes, to build on trusty a patch to the control file would be needed..

IIRC libsystemd-dev is called something else on trusty.

I am fine not building on trusty.

What can be done if developers join the launchpad group?

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Launchpad linux-rdma group and rdma-core daily builds
       [not found]     ` <20171107155838.GE21466-uk2M96/98Pc@public.gmane.org>
@ 2017-11-07 16:20       ` Benjamin Drung
  0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Drung @ 2017-11-07 16:20 UTC (permalink / raw)
  To: Jason Gunthorpe; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Am Dienstag, den 07.11.2017, 08:58 -0700 schrieb Jason Gunthorpe:
> On Tue, Nov 07, 2017 at 02:50:06PM +0100, Benjamin Drung wrote:
> 
> > The package was built successfully for Ubuntu 16.04 (xenial) and
> > newer.
> > The build fails for Ubuntu 14.04 (trusty) due to the missing
> > libsystemd-dev package.
> 
> Yes, to build on trusty a patch to the control file would be needed..
> 
> IIRC libsystemd-dev is called something else on trusty.
> 
> I am fine not building on trusty.
> 
> What can be done if developers join the launchpad group?

You can change the description of the team, adjust subscriptions (e.g.
once rdma-core is in Ubuntu, linux-rdma could subscribe to the bug
reports), create new PPAs, adjust the daily build recipe (e.g. trigger
builds, add/remove series), configure the rdma-core project (e.g.
description, create series and milestones). I am not sure which of the
listed things need administrator permission.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-11-07 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 13:50 Launchpad linux-rdma group and rdma-core daily builds Benjamin Drung
     [not found] ` <1510062606.32330.13.camel-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-11-07 15:58   ` Jason Gunthorpe
     [not found]     ` <20171107155838.GE21466-uk2M96/98Pc@public.gmane.org>
2017-11-07 16:20       ` Benjamin Drung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox