The interface for adding implementations to the system store has changed. Instead of
commit221c80155265e408d78971d995843b0ceea27315
authorThomas Leonard <talex5@gmail.com>
Sat, 30 Jun 2007 18:41:01 +0000 (30 18:41 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
tree4480be166996eef2d3ddebc47107a85005b61a4f
parent6d822415e4fe29f1106f30fba9d66f643d297d55
The interface for adding implementations to the system store has changed. Instead of

calling 0store-helper, we call 0store-secure-add-helper. This takes the digest as its
only argument, and requires the .manifest file to already exist.

You can no longer add 'sha1' implementations to the system cache. This algorithm has
been deprecated for a long time and should not be used.

A new 0store-secure-add command is installed by default. This is the command that is
called by sudo. It replaces 0store-helper-priv. See its man-page for details.

Added Stores.get_first_system_store() as a cleaner way to discover the system store.

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1930 9f8c893c-44ee-0310-b757-c8ca8341c71e
0store-secure-add [new file with mode: 0755]
0store-secure-add.1 [new file with mode: 0644]
0store.1
setup.py
zeroinstall/zerostore/__init__.py
zeroinstall/zerostore/manifest.py