Invert components list with x86_64 last to give priority to noarch packages from x86_64 channels
This commit is contained in:
parent
a8043158b7
commit
be0a42a120
@ -2,5 +2,5 @@ for r in ["devel","devel-games","devel-kde4","devel-kernel","devel-xorg","devel-
|
||||
"devel-misc","devel-java","devel-embedded","devel-autodist","devel-future","devel-past"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['components']='x86_64 i586'
|
||||
channel['components']='%ARCH%'
|
||||
sysconf.set(("channels",r),channel)
|
||||
|
Loading…
Reference in New Issue
Block a user