Re: debdocker - A Debian docker-based personal builder

2020-07-23 Thread Federico Ceratto
On Sat, Jun 27, 2020 at 12:52 PM Mo Zhou wrote: > > And there is a systemd-nspawn-based builder too: > 3. debspawn https://github.com/lkorigin/debspawn > > All the three builders are avaialable in debian sid. I'm surprised by the presence of debspawn. It's very similar to my https://salsa.debian.

Re: debdocker - A Debian docker-based personal builder

2020-07-20 Thread ghostbar
On 6/29/20 16:12, Samo Pogačnik wrote: On Sun, 28 Jun 2020 17:55:26 -0400, ghostbar wrote: https://github.com/resnullius/deb-build-pkg p.s. It seems to me that there are two major views of package building, which do not necessary result in two compatible lists of requirements: 1. Repetitiv

Re: debdocker - A Debian docker-based personal builder

2020-06-29 Thread Paul Wise
On Mon, Jun 29, 2020 at 8:30 PM Samo Pogačnik wrote: > 2. Massive build/test of all relevant packages of a single distro (i.e. > prohibits any external access - maximal isolation required). This sounds like rebuild-all-the-things: https://github.com/debian/ratt -- bye, pabs https://wiki.debia

Re: debdocker - A Debian docker-based personal builder

2020-06-29 Thread Samo Pogačnik
On Sun, 28 Jun 2020 17:55:26 -0400, ghostbar wrote: > > Hi Samo, > > Long time ago I wrote something similar from a very simple bash script. Maybe > it would be worth it to check it out. > > > Is really simple and short. Let me know if you have any question. I'm happy to > help. > > > https://

Re: debdocker - A Debian docker-based personal builder

2020-06-28 Thread ghostbar
On 6/27/20 06:08, Samo Pogačnik wrote: Hi, I am preparing a packaging support tool similar to pbuilder, except that it uses docker containers instead of chroot environments. The project is available here: https://salsa.debian.org/spog/debdocker The tool is very immature, but already useful t

Re: debdocker - A Debian docker-based personal builder

2020-06-28 Thread Alex Doyle
Hi everybody I can field any questions on DUE to save people having to spend time on researching differences - I've summarized some of them for reference below to provide some context about DUE's scope as a build tool, and to assist in comparing potential options. I can see some functional overla

Re: debdocker - A Debian docker-based personal builder

2020-06-28 Thread Samo Pogačnik
On Sun, 28 Jun 2020 09:27:09 +0200, Geert Stappers wrote: > On Sun, Jun 28, 2020 at 08:29:22AM +0300, Tzafrir Cohen wrote: > > On 27/06/2020 14:52, Mo Zhou wrote: > > > Hi Samo, > > > > > > I'm insterested in its differences compared to the following existing > > > docker-based builders: > > > >

Re: debdocker - A Debian docker-based personal builder

2020-06-28 Thread Geert Stappers
On Sun, Jun 28, 2020 at 08:29:22AM +0300, Tzafrir Cohen wrote: > On 27/06/2020 14:52, Mo Zhou wrote: > > Hi Samo, > > > > I'm insterested in its differences compared to the following existing > > docker-based builders: > > > > 1. debocker https://people.debian.org/~tomasz/debocker.html > > 2. wha

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Tzafrir Cohen
On 27/06/2020 14:52, Mo Zhou wrote: > Hi Samo, > > I'm insterested in its differences compared to the following existing > docker-based builders: > > 1. debocker https://people.debian.org/~tomasz/debocker.html > 2. whalebuilder https://www.uhoreg.ca/programming/debian/whalebuilder > > And there

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Simon McVittie
On Sat, 27 Jun 2020 at 13:44:17 +0200, Philipp Hahn wrote: > I think there also was a discussion to include Docker support into > sbuild, which would allow autopkgtest to use that interface. It's the other way round. autopkgtest has a generic interface for "virtualization backends" (container or v

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Geert Stappers
On Sat, Jun 27, 2020 at 10:11:20PM +0200, Samo Pogačnik wrote: > Dne 27.06.2020 (sob) ob 19:43 +0200 je Johannes Schauer napisal(a): FWIW I didn't yet get that posting on this mailinglist. > > Quoting Samo Pogačnik (2020-06-27 19:01:57) > > > Dne 27.06.2020 (sob) ob 13:44 +0200 je Philipp Hahn

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Samo Pogačnik
Hi Johannes, thank you for all your comments and for pointing out the efforts with 'sbuild'. I agree with everything you said, however imho it is not always the whole truth. For example most of our beloved OS is a result of yet another sw for someone's need. There is almost no SW segment that woul

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Samo Pogačnik
Hi Mo, Thanks for the reply and for pointing out other tools. Please see comments inline and my replies to Jonas and Philipp, who were asking the same questions. Dne 27.06.2020 (sob) ob 11:52 + je Mo Zhou napisal(a): > Hi Samo, > > I'm insterested in its differences compared to the following

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Samo Pogačnik
Hi Philipp, Thanks for the reply and for pointing out other tools. As i already replied to Jonas, i missed the mentioned tools while i was searching for a container based builder (see my superficial comments inline - additional to my reply to Jonas). Dne 27.06.2020 (sob) ob 13:44 +0200 je Philipp

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Samo Pogačnik
Hi Jonas, Thanks for the reply and for pointing out other tools. Somehow i missed most of them while searching for a container based builder. I ran only into a debocker tool, which i did not understood well, initially. So at the moment i can only superficially comment after a quick look at other p

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Paul Wise
On Sat, Jun 27, 2020 at 10:36 AM Samo Pogačnik wrote: > I am preparing a packaging support tool similar to pbuilder, except that it > uses > docker containers instead of chroot environments. The project is available > here: > https://salsa.debian.org/spog/debdocker I've added your tool alongsid

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Philipp Hahn
Hello, Am 27.06.20 um 12:08 schrieb Samo Pogačnik: > I am preparing a packaging support tool similar to pbuilder, except that it > uses > docker containers instead of chroot environments. The project is available > here: > https://salsa.debian.org/spog/debdocker There already is

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Mo Zhou
Hi Samo, I'm insterested in its differences compared to the following existing docker-based builders: 1. debocker https://people.debian.org/~tomasz/debocker.html 2. whalebuilder https://www.uhoreg.ca/programming/debian/whalebuilder And there is a systemd-nspawn-based builder too: 3. debspawn htt

Re: debdocker - A Debian docker-based personal builder

2020-06-27 Thread Jonas Smedegaard
Quoting Samo Pogačnik (2020-06-27 12:08:30) > I am preparing a packaging support tool similar to pbuilder, except that it > uses > docker containers instead of chroot environments. The project is available > here: > https://salsa.debian.org/spog/debdocker How does it compare to whalebuilder? Re

debdocker - A Debian docker-based personal builder

2020-06-27 Thread Samo Pogačnik
Hi, I am preparing a packaging support tool similar to pbuilder, except that it uses docker containers instead of chroot environments. The project is available here: https://salsa.debian.org/spog/debdocker The tool is very immature, but already useful to me. I would like to hear any thoughts and