mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update README.md
Tweak the `Overview of the Update Process` section (after discussion and tracing of behavior with Seb).
This commit is contained in:
parent
001a3af102
commit
cbdb3fc722
1 changed files with 5 additions and 5 deletions
|
|
@ -39,11 +39,11 @@ file.
|
|||
the software update system.
|
||||
|
||||
|
||||
If at any point in the above procedure there is a problem (e.g., only
|
||||
expired metadata can be retrieved), the Root file is downloaded and the process
|
||||
starts over (and only once to avoid an infinite loop). Optionally, the software
|
||||
update system using the framework can decide how to proceed rather than
|
||||
automatically downloading a new Root file.
|
||||
If at any point in the above procedure there is a problem (i.e., if unexpired,
|
||||
signed, valid metadata cannot be retrieved from the repository), the Root file
|
||||
is downloaded and the process is retried once more (and only once to avoid an
|
||||
infinite loop). Optionally, the software update system using the framework
|
||||
can decide how to proceed rather than automatically downloading a new Root file.
|
||||
|
||||
|
||||
## Example Client
|
||||
|
|
|
|||
Loading…
Reference in a new issue