|
From: Chris F. <cd...@fo...> - 2011-06-06 19:39:51
|
On Wed, Jun 01, 2011 at 02:14:16AM -0300, Luiz Angelo Daros de Luca wrote: > I still didn't understand what would be "binary-meta". Maybe it is because > I'm not a native english speaker (BTW, I'm from Brazil). > > Is it about distribution packaging (deb,rpm)? Like split libraries and > programs in different packages? Yes. It is "binary" in that it is focused on creating binary packages. So far, only Debian-style. It is "meta" in that it uses git submodules to pull in external source repos. Each of those other git repos are standalone, and can be used by themselves, but the "binary-meta" repo pulls them all together to make it easy to build everything in one go. - Chris |