vmware-archive / repository-editor-for-tuf

Command line tool for editing and maintaining a TUF repository
Apache License 2.0
5 stars 3 forks source link

refactor add-target / remove-target to librepo #46

Closed jku closed 1 year ago

jku commented 1 year ago

Most of add-target and remove-target is not storage (git) related: the implementations should likely be part of the Repository class, with just a small override in add-target to handle the case of actual target content in-repo.

After #45 is merged, should try refactoring this