Re: [PATCH olpc-os-builder] Add support for (non-recursively) including config files in the build config

2011-04-30 Thread Daniel Drake
On 9 April 2011 17:56, Sascha Silbe wrote: > We might set up a Makefile based system for Dextrose anyway (because we > also need to build a few RPMs) so it doesn't matter much for us; I'd > expect it to make more of a difference for small deployments (with > limited technical staff). But if you st

Re: [PATCH olpc-os-builder] Add support for (non-recursively) including config files in the build config

2011-04-09 Thread Sascha Silbe
Excerpts from Daniel Drake's message of Sat Apr 09 18:19:36 +0200 2011: > On 2 April 2011 18:33, Sascha Silbe wrote: > > This is useful for building several similar, but distinct images (e.g. > > XO-1 vs. XO-1.5, Gnome vs. no Gnome). > > I think it would make more sense (and be more simplistic) t

Re: [PATCH olpc-os-builder] Add support for (non-recursively) including config files in the build config

2011-04-09 Thread Daniel Drake
On 2 April 2011 18:33, Sascha Silbe wrote: > This is useful for building several similar, but distinct images (e.g. > XO-1 vs. XO-1.5, Gnome vs. no Gnome). I think it would make more sense (and be more simplistic) to just allow multiple config files to be passed on the command line. osbuilder wou

[PATCH olpc-os-builder] Add support for (non-recursively) including config files in the build config

2011-04-02 Thread Sascha Silbe
This is useful for building several similar, but distinct images (e.g. XO-1 vs. XO-1.5, Gnome vs. no Gnome). Signed-off-by: Sascha Silbe --- doc/README |7 +++ osbuilder.py | 36 2 files changed, 43 insertions(+), 0 deletions(-) diff --git a/doc/