Re: ITP: debos -- Debian OS builder

2018-01-11 Thread Benjamin Drung
Am Dienstag, den 09.01.2018, 19:34 +0100 schrieb Hector Oron:
> Package: wnpp
> Severity: wishlist
> Owner: Héctor Orón Martínez 
> 
> * Package name: debos
>   Version : 1.0.0+git20171222.87b0d5e-1
>   Upstream Author :
> * URL : https://github.com/go-debos/debos
> * License : Apache-2.0
>   Programming Lang: Go
>   Description : Debian OS builder
> 
>  debos Debian OS builder. debos is a tool to make creation of various
>  debian based os "images" simpler. While most other tools focus on
>  specific use-case, debos is more meant as a toolchain to make comon
>  actions trivial while providing enough rope to do whatever tweaking 
>  that might be required behind the scene.
>  .
>  debos expects a yaml file as input, syntax description can be found
> at:
>https://godoc.org/github.com/go-debos/debos/actions
>  .
>  and examples are to be found at:
>https://github.com/go-debos/debos-recipes

Looking at the example, this tool look much like vmdb2. Compare
https://github.com/go-debos/debos-recipes/blob/master/debian/arm64/imag
e-rpi3/debimage-rpi3.yaml
with
https://github.com/larswirzenius/vmdb2/blob/master/simple.vmdb

Both tools create a Debian OS and use a Jinja config which allows
specifying individual steps. Can the forces be joined?

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg



Re: ITP: debos -- Debian OS builder

2018-01-11 Thread Lars Wirzenius
On Thu, 2018-01-11 at 11:00 +0100, Benjamin Drung wrote:
> Both tools create a Debian OS and use a Jinja config which allows
> specifying individual steps. Can the forces be joined?

One is in Go, one in Python. There's nothing similar in the code bases.
I see no chance of "joining forces", nor much point.



Re: ITP: debos -- Debian OS builder

2018-01-11 Thread Geert Stappers
On Thu, Jan 11, 2018 at 12:33:31PM +0200, Lars Wirzenius wrote:
> On Thu, 2018-01-11 at 11:00 +0100, Benjamin Drung wrote:
> > Both tools create a Debian OS and use a Jinja config which allows
> > specifying individual steps. Can the forces be joined?
> 
> One is in Go, one in Python. There's nothing similar in the code bases.

For 'debos' there is ITP #886772.
For 'vmdb2' currently no ITP at https://bugs.debian.org/wnpp
a.k.a. https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wnpp;dist=unstable


Groeten
Geert Stappers
-- 
Leven en laten leven



Re: ITP: debos -- Debian OS builder

2018-01-11 Thread Benjamin Drung
Am Donnerstag, den 11.01.2018, 12:33 +0200 schrieb Lars Wirzenius:
> On Thu, 2018-01-11 at 11:00 +0100, Benjamin Drung wrote:
> > Both tools create a Debian OS and use a Jinja config which allows
> > specifying individual steps. Can the forces be joined?
> 
> One is in Go, one in Python. There's nothing similar in the code
> bases.
> I see no chance of "joining forces", nor much point.

>From the code base, you are right. But from the user perspective, they
look the same.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg