Re: Debian based Filesystems with ELBE

"W. Martin Borgert" <[email protected]> Mon, 11 Jan 2016 15:02:42 +0100
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <20160111150242.Horde.d7M1DUvw6H3TOZTq91Ibztr@webmail.in-berlin.de>
Quoting Neil Williams <[email protected]>:
> *Another debootstrap wrapper* ?? Please no.

I would prefer a more welcoming attitude when someone presents
their new contribution to Debian. But, hey, that's Debian! :~)

> There was a session at DebConf15 which identified about 15 existing
> wrappers that do much the same thing already.

Manuel, Neil, could you try to identify whether or not ELBE has
any "unique selling points" compared to other tools? E.g. to me
the automatic generation of a license file looks interesting and
I did not see elsewhere. At the fist sight ELBE looks more
"complete" to me than the other tools I looked at some years ago.

What I find strange with ELBE is how XML is (ab)used where IMHO
either RFC2822 style would be better (readability, common in
Debian, e.g. debian/control) or Shell/Python. E.g. why
"<rm>/usr/share/doc</rm>" instead of rm -rf or shutil.rmtree()?

Cheers