Invert components list with x86_64 last to give priority to noarch packages from x86_64 channels

This commit is contained in:
Silvan Calarco 2015-12-06 16:25:55 +01:00
parent a8043158b7
commit be0a42a120
1 changed files with 1 additions and 1 deletions

View File

@ -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)