You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2024. It is now read-only.
* add download method for updater
Closes#13
In the process of adding the method also discovered and updated the potentially race-y usage of the repoManager struct.
Closes#16 but full fix should come in with #22
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, the only way the updater will get a new file is if an update has been issued. There does not appear for a way to download a file on demand.
We need an equivalent of the
go-tuf
Download method on the Updater.See my comment here
The text was updated successfully, but these errors were encountered: