jku / repository-playground

Community artifact repository workflow experiments
Other
7 stars 4 forks source link

refactor signer "unsigned" list #110

Closed jku closed 1 year ago

jku commented 1 year ago

SignerRepository has an instance variable unsigned: it's a list but a set really would make sense since there are several places where uniqueness is currently manually enforced.

Refactor so that unsigned is a set. This likely requires changing some other code as well and probably makes sense after we have static type checking running

jku commented 1 year ago

moved to tuf-on-ci