From b9b575c0e0660d5cec63a085f8d9bb336e629192 Mon Sep 17 00:00:00 2001 From: vladdd Date: Sun, 20 Jul 2014 23:39:55 -0400 Subject: [PATCH 1/3] Bump version for PEM and installation instructions fixes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73eba425e2..960e0caf38 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( name = 'tuf', - version = '0.9.8', + version = '0.9.9', description = 'A secure updater framework for Python', long_description = long_description, author = 'http://www.theupdateframework.com', From 2df2695f936660fc2796dc2b207c24addfed94f6 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 21 Jul 2014 21:18:00 -0400 Subject: [PATCH 2/3] Update README.rst Add paragraph to "Using TUF" section. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 897b4e7f5c..31c1a324a0 100644 --- a/README.rst +++ b/README.rst @@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and feeding of repositories; and integrators, who do the work of putting TUF into existing projects. +A low-level integration requires importing a single module and calling +particular methods to perform updates. A high-level integration, on the +other hand, can handle TUF-related updates transparently. The client +populates a configuration file and the library interposes on urllib calls. +Generating metadata files stored on upstream servers can be handled by the +repository tool, covered in ``Creating a Repository``. + + - `Creating a Repository `_ - `Low-level Integration `_ From fb12ca8256d76bf70c79495454a17b57ad298b8b Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 22 Jul 2014 09:58:46 -0400 Subject: [PATCH 3/3] Update README.md Format basic_client.py output block. --- tuf/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/client/README.md b/tuf/client/README.md index 015ad39cac..563d30c3d1 100644 --- a/tuf/client/README.md +++ b/tuf/client/README.md @@ -149,7 +149,7 @@ for target in updated_target: ``` ###A Simple Integration Example with basic_client.py -``` +``` Bash # Assume a simple TUF repository has been setup with 'tuf.repository_tool.py'. $ basic_client.py --repo http://localhost:8001