Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-15 Thread Dirk Wallenstein
On Sun, Nov 14, 2010 at 01:50:55AM +0100, Cyril Brulebois wrote: > Do not forget to use 'del' here and there to prevent jhbuild from > complaining about unknown keys: > | I: unknown keys defined in configuration file: foo Another way is to prefix the variable with an underscore. In that case JHBu

Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-14 Thread Cyril Brulebois
Jon TURNEY (14/11/2010): > I think sunbw2 can just be moved to xorg-unmaintained-broken-drivers > in the xorg.modules file. It's been taken out of build.sh some time > ago (see [1]) > > [1] https://bugs.freedesktop.org/show_bug.cgi?id=26343 Yeah, I saw that, but I didn't notice the unmaintained

Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-14 Thread Cyril Brulebois
Dan Nicholson (14/11/2010): > Why not just have it set skip since you already have the comment to > use append() to add more packages? Then you don't have to worry > about arch_skip being deleted. Right, not sure why I didn't do that in the end. I guess I planned to check it was possible to refin

Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-14 Thread Jon TURNEY
On 14/11/2010 16:08, Dan Nicholson wrote: > On Sat, Nov 13, 2010 at 4:50 PM, Cyril Brulebois wrote: >> Thanks to an execfile() in jhbuildrc, allow managing packages to be >> skipped on this or that architecture to be listed in an external file >> (by default, adding '.skip' to the name of the file

Re: [PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-14 Thread Dan Nicholson
On Sat, Nov 13, 2010 at 4:50 PM, Cyril Brulebois wrote: > Thanks to an execfile() in jhbuildrc, allow managing packages to be > skipped on this or that architecture to be listed in an external file > (by default, adding '.skip' to the name of the file listing all the > modules). > > Do not forget

[PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-13 Thread Cyril Brulebois
Thanks to an execfile() in jhbuildrc, allow managing packages to be skipped on this or that architecture to be listed in an external file (by default, adding '.skip' to the name of the file listing all the modules). Do not forget to use 'del' here and there to prevent jhbuild from complaining abou