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.
If we merge #20, we're exposing the tuf client to the outside world, which increases the complexity of the implementation and state management somewhat.
We should merge the updater package into tuf, making the client private but allowing the caller to:
a) continuously monitor a specific target for changes
b) download a specific target based on current local repo metadata
based on slack discussion:
If we merge #20, we're exposing the tuf client to the outside world, which increases the complexity of the implementation and state management somewhat.
We should merge the
updaterpackage intotuf, making the client private but allowing the caller to:a) continuously monitor a specific target for changes
b) download a specific target based on current local repo metadata