Added --source command-line option to 0launch, and corresponding 'src' boolean to
commit13ef8189878afd8ae760ca1f6fa2ed8a734a31d7
authorThomas Leonard <talex5@gmail.com>
Mon, 18 Sep 2006 21:24:15 +0000 (18 21:24 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
tree381fe73b3e74073c2a894e9b765a3449b12fd251
parent9ed6c4644264e00e044bb3424726017d0c4b9e6f
Added --source command-line option to 0launch, and corresponding 'src' boolean to

the Policy constructor. This tells the policy to select an implementation of the root
interface with a machine type of 'src'. Dependencies must be compatible with the current
machine type, as normal, not 'src'. This is intended for use by 0compile or similar.

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1043 9f8c893c-44ee-0310-b757-c8ca8341c71e
12 files changed:
0launch.1
tests/Binary.xml [new file with mode: 0644]
tests/Compiler.xml [new file with mode: 0644]
tests/Source.xml [new file with mode: 0644]
tests/testlaunch.py
tests/testpolicy.py [new file with mode: 0755]
zeroinstall/0launch-gui/0launch-gui
zeroinstall/0launch-gui/gui.py
zeroinstall/injector/autopolicy.py
zeroinstall/injector/cli.py
zeroinstall/injector/model.py
zeroinstall/injector/policy.py