Allow multiple versions of each distribution package
commitb9d6927f9f7fa3c51475beb55d11128431a8c4b5
authorAnders F Bjorklund <afb@users.sourceforge.net>
Fri, 21 Aug 2009 12:59:28 +0000 (21 14:59 +0200)
committerThomas Leonard <talex5@gmail.com>
Sun, 30 Aug 2009 12:22:45 +0000 (30 13:22 +0100)
tree567b4d821e23710925ddfa2794841178f2aa467e
parent6cfd2413a44eab595438100f1e875ddf4e0ee8c5
Allow multiple versions of each distribution package

On RPM-based systems, 32-bit and 64-bit versions of a package may have the same
package name, so store a list of (version, arch) pairs for each name.
tests/testdistro.py
zeroinstall/injector/distro.py