Update tuf updater api surface by loosebazooka · Pull Request #839 · sigstore/sigstore-java
- 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 <appu@google.com>
| localTimestamp.getSignedMeta().getVersion(), timestamp.getSignedMeta().getVersion()); | ||
| } | ||
| if (localTimestamp.getSignedMeta().getVersion() == timestamp.getSignedMeta().getVersion()) { | ||
| trustedMetaStore.setTimestamp(localTimestamp); |
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...
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters