Commit graph

25 commits

Author SHA1 Message Date
Vladimir Diaz
1d0f863ef3
Edit README in tuf/client/
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-12 13:59:45 -04:00
Vladimir Diaz
e088bdb6cf
Edit outdated setting used in client documentation
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-17 17:44:48 -05:00
Wilson Ding
c06da3f1d9 Fixed markdown errors in Client README.md 2017-05-16 15:16:03 -04:00
Vladimir Diaz
5d14de8a61 Merge branch 'tuf_merge' of https://github.com/baloyan/tuf into baloyan-tuf_merge
Conflicts:
	tests/test_formats.py
	tests/test_updater.py
	tuf/client/updater.py
	tuf/formats.py
	tuf/repository_lib.py
2016-11-09 14:32:59 -05:00
Vladimir Diaz
79668a0a64 Replace target() with get_one_valid_targetinfo() in updater.py's README 2016-11-07 14:31:23 -05:00
Artiom Baloian
b793c81739 Added simple_settings, now it is a requirement of TuF.
Rename conf.py into the settings.py an changed import call.
2016-11-01 15:38:40 -04:00
Akan Brown
ad6a5fd6d1 Update README.md
Are users supposed to run ``import tuf.client.updater.py`` or ``import tuf.client.updater`` ? It seems a bit confusing.
2016-08-09 13:06:47 -04:00
Vladimir Diaz
cbdb3fc722 Update README.md
Tweak the `Overview of the Update Process` section (after discussion and tracing of behavior with Seb).
2016-02-19 17:06:11 -05:00
Vladimir Diaz
24646526dc Update README.md
Include note that the root file is re-fetched once to avoid an infinite loop.  (It loops only once in the reference implementation.)
2016-02-19 14:28:42 -05:00
Vladimir Diaz
fb12ca8256 Update README.md
Format basic_client.py output block.
2014-07-22 09:58:46 -04:00
Vladimir Diaz
484b8e9e93 Update README.md
Add note to "Overview of the Update Process."  The previous outline did not mention re-fetching root if a problem occurs during an update.
2014-07-14 19:43:44 -04:00
Vladimir Diaz
5d766d3d6f Review and update docstrings and README. 2014-06-25 09:45:55 -04:00
Vladimir Diaz
21cbaf8f63 Update README.md
Add example for accessing fileinfo and custom data of target objects.
2014-06-25 09:01:06 -04:00
JustinCappos
846fd7c4d1 Update README.md 2014-03-11 16:33:02 -04:00
JustinCappos
57343e51d4 Update README.md 2014-03-11 16:31:57 -04:00
Vladimir Diaz
009ddd9f37 Rename top-level role and functions of repository_tool.py. Update documentation and diagram.
add_key() -> add_verification_key()
remove_key() -> remove_verification_key()
release.json -> snapshot.json
Update repository_tool-diagram.png
Update README following the renamed functions and release role changes.
Minor edits, such as removing lint left over from a previous merge conflict.
2014-01-29 11:26:56 -05:00
Vladimir Diaz
2c55b94a8b Modify the extension of rolename files.
rolename.txt -> rolename.json.
2014-01-27 11:35:38 -05:00
Vladimir Diaz
973d3a23a3 Address Issue #137 and update repository_tool.py.
Add the add_restricted_paths() method.
Rename libtuf.py
Update README.
Update delegate_hashed_bins() docstring.
More testing of hashed bins and consistent snapshots.
Remove old scripts from setup.py.
2014-01-23 12:03:31 -05:00
Vladimir Diaz
bdef3756ef Update README.md
Update sections affected by Issue #100 changes.
2014-01-05 14:44:30 -05:00
Vladimir Diaz
182368e973 Update README.md
Minor updated to comments.
2013-12-16 13:39:54 -05:00
Vladimir Diaz
ac2192f228 Update README.md
Lines: Add simple integration example and its output.

Minor updates to comments.
2013-12-16 11:59:42 -05:00
Vladimir Diaz
026daacb7d Update README.md
Line 18:  Fix heading.
Lines 76-78: Expand comment on refresh().
Lines 81-83: Expand comment on all_targets().
Lines 103: Fix heading.
Lines 111-113: Add refresh_targets_metadata_chain() example.
115-116: Expand comment on refreshing target files and determining
the ones that have changed.
128: Add refresh() comment.
2013-12-16 10:48:03 -05:00
Vladimir Diaz
bf1c319f4a Update README.md
Line 41: Add sub-heading.
Lines 100-110: Add targets of role example.
Lines 113-123: Add downloading specific target file example.
2013-12-16 10:15:11 -05:00
Vladimir Diaz
18ce211ff4 Update README.md
Line 13: Fix typo.
Line 14: Add Bold text.
Lines 94-96: Add remove_obsolete_targets() example.
2013-12-16 09:48:58 -05:00
Vladimir Diaz
ae55f0a769 Add initial tuf.client.updater.py README documentation 2013-12-16 09:42:54 -05:00