:: Re: [DNG] pbuilder w/ docker
Pàgina inicial
Delete this message
Reply to this message
Autor: aitor_czr
Data:  
A: dng, Enrico Weigelt, metux IT consult
Assumpte: Re: [DNG] pbuilder w/ docker
Hi,

On 04/14/2017 07:19 PM, "Enrico Weigelt, metux IT consult"
<enrico.weigelt@???> wrote:
> Hi folks,
>
>
> anyone here already used pbuilder w/ docker ?
> (instead of, eg. cowbuilder)
>
> Or is there anything else that can do that ?
>
>
> --mtx


If you are in i386, you can build for amd64 build a chroot jail by the
following way:

cowbuilder --create --distribution="jessie" --architecture="amd64"

and using:

--git-pbuilder

as an argument for git-buildpackage. All the build dependencies will be
installed automatically within the jail, and removed after the packaging
proccess.

However, i've never got it working on Devuan.

Cheers,

Aitor.