On Fri, May 17, 2019 at 1:21 PM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > On Fri, May 17, 2019 at 09:14:13AM -0500, Steve Wise wrote: > > Hey, > > > > Is there a how-to somewhere on building the Debian rdma-core packages? > > There buildlib/cbuild script exactly for that. > > 0. Install docker. > 1. Commit your changes which you want to package. > 2. ./buildlib/cbuild build-images supported_os_from_the_list > 3. ./buildlib/cbuild make supported_os_from_the_list > 4. ./buildlib/cbuild pkg supported_os_from_the_list > 5. See RPMs or DEBs in ../ > > Repeat 3 and 4 till you will be satisfied with result. > > Thanks > Great, thanks Leon.