If a distribution package is selected, prompt the user to install it
commit18df20b610e11869d097674c6d4564deac2cfdae
authorThomas Leonard <talex5@gmail.com>
Sun, 2 May 2010 17:11:35 +0000 (2 18:11 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 2 May 2010 20:28:37 +0000 (2 21:28 +0100)
treecfa2a9ebc3e7508e63cb3187cf8daaca867adc7d
parentb799b5d5400e2af4b68416c28e80583588c8d9c1
If a distribution package is selected, prompt the user to install it

Before, Zero Install would list available (but uninstalled) distribution
packages but would never select them. Now they can be selected, and the
user is told to install them using their distribution tools.

This is based on code in the PackageKit patches from Aleksey Lim.
zeroinstall/injector/distro.py
zeroinstall/injector/fetch.py
zeroinstall/injector/handler.py
zeroinstall/injector/model.py
zeroinstall/injector/solver.py