We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write_metadata_file() was modified in PRs #379 and #383 to always write root.json and <version>.root.json if consistent snapshots = True. Given these changes, we should refactor the following lines: https://github.com/theupdateframework/tuf/blob/0ce016b7b19a0fc15443eed657a90246ec5df0aa/tuf/repository_lib.py#L213-L224
root.json
<version>.root.json
Log files and a closer inspection of this code show that multiple attempts are made to write root.json.
Thanks given to @FelixWang1994 for bringing this issue to our attention.
The text was updated successfully, but these errors were encountered:
Fix Issue theupdateframework#391
202c74d
Merge pull request #392 from FelixWang1994/develop
75f4ef6
Fix Issue #391
This issue was fixed in #392 and #394
@FelixWang1994 Thanks for working on this issue.
Sorry, something went wrong.
My pleasure!
No branches or pull requests
write_metadata_file() was modified in PRs #379 and #383 to always write
root.json
and<version>.root.json
if consistent snapshots = True. Given these changes, we should refactor the following lines: https://github.com/theupdateframework/tuf/blob/0ce016b7b19a0fc15443eed657a90246ec5df0aa/tuf/repository_lib.py#L213-L224Log files and a closer inspection of this code show that multiple attempts are made to write root.json.
Thanks given to @FelixWang1994 for bringing this issue to our attention.
The text was updated successfully, but these errors were encountered: