Added support for multi-arch
commit7217a44a6d480f5fc4390954e418f116239996ca
authorThomas Leonard <talex5@gmail.com>
Sat, 5 Jul 2008 18:57:18 +0000 (5 19:57 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 5 Jul 2008 19:05:45 +0000 (5 20:05 +0100)
treeebbbf7b0414abf2c92e4bd41e9d6d282661ae160
parentc3c96812c3fab1057249cc860dc6a3f1e0ff4d0b
Added support for multi-arch

We can choose either x86_64 binaries or i[3456]86 binaries, but we can't mix
both in a single process.

Also fixed the sense of the OS and CPU tests so that we now pick the best OS
and CPU match than the worst.
tests/testsolver.py
zeroinstall/injector/arch.py
zeroinstall/injector/solver.py