Skip to content
New issue

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

Update tuf updater api surface #839

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Update tuf updater api surface #839

merged 1 commit into from
Nov 1, 2024

Conversation

loosebazooka
Copy link
Member

  • Expose updateMeta and downloadTarget for conformance
  • Also don't persist derived attributes in TufMeta

- Expose updateMeta and downloadTarget for conformance
- Also don't persist derived attributes in TufMeta

Signed-off-by: Appu Goundan <[email protected]>
@@ -304,7 +317,6 @@ void updateTimestamp()
localTimestamp.getSignedMeta().getVersion(), timestamp.getSignedMeta().getVersion());
}
if (localTimestamp.getSignedMeta().getVersion() == timestamp.getSignedMeta().getVersion()) {
trustedMetaStore.setTimestamp(localTimestamp);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why I was doing this...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I did this, in some weird refactor.

@loosebazooka loosebazooka merged commit 90d958b into main Nov 1, 2024
21 checks passed
@loosebazooka loosebazooka deleted the minor-tuf-updates branch November 1, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants