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

Jon TURNEY jon.turney at dronecode.org.uk
Tue Nov 16 05:30:08 PST 2010


On 14/11/2010 22:41, 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.

> +# No package to skip if the architecture isn't known:
> +skip = arch_blacklist[current_arch] if arch_blacklist.has_key(current_arch) else []

It's probably best to append to skip here, rather than set it, otherwise
confusion could occur if skip had already been set in jhbuildrc?



More information about the xorg-devel mailing list