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?

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to