mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
While it may be nice, the use of a keystore/ directory for the temporary keys created in the tutorial complicates the code a good bit when it's done in a portable way (tons of os.path.join() calls), and that's not worth it. It also is a slight complication in a tutorial that profits from being as simple as possible. Tests will be run in multiple environments (including non-Linux environments) and to leave so many extra subdirectory uses in the tutorial means that the tutorial test will deviate over a large number of lines from the TUTORIAL.md content it is intended to test, which would be bad. This commit adjusts both the tutorial doc and the regression test for the tutorial. Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com> |
||
|---|---|---|
| .. | ||
| images | ||
| latex | ||
| papers | ||
| ADOPTERS.md | ||
| AUTHORS.txt | ||
| CHANGELOG.md | ||
| CLI.md | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTORS.rst | ||
| GETTING_STARTED.rst | ||
| GOVERNANCE.md | ||
| INSTALLATION.rst | ||
| MAINTAINERS.txt | ||
| METADATA.md | ||
| OVERVIEW.rst | ||
| QUICKSTART.md | ||
| ROADMAP.md | ||
| SECURITY.md | ||
| TAP.rst | ||
| tuf-spec.0.9.txt | ||
| tuf-spec.md | ||
| tuf-spec.txt | ||
| TUTORIAL.md | ||