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
I'd like signing-event to output more details about the changes in the signing event. Some of this already exists in tuf-on-ci-sign.
Unfortunately this is where the design decision of two separate code bases (signer and repo) starts to fail a bit: code sharing is tricky. Two options I can see:
create a library "tuf-on-ci-common". This seems too much: I don't want anyone else using it
I'd like signing-event to output more details about the changes in the signing event. Some of this already exists in tuf-on-ci-sign.
Unfortunately this is where the design decision of two separate code bases (signer and repo) starts to fail a bit: code sharing is tricky. Two options I can see:
I think the latter is worth trying: we could have a
common/
directory that bothrepo
andsigner
force-include.The text was updated successfully, but these errors were encountered: