To help with #129... I need to ask...
How do you envision TUF to appear on distributions?
Does TUF provide files that are supposed to be imported, i.e. a python library?
Would you prefer having it installed in /usr/bin/...?
Obviously /usr/bin/sig.py wouldn't be a good name. Something like /usr/bin/tuf-sig?
Or would it suffice to take the whole tuf folder (https://github.com/theupdateframework/tuf/tree/develop/tuf) and to install it's contents to /usr/lib/tuf? I.e. so you'd end up with a file /usr/lib/tuf/sig.py and so forth?
Applications based on TUF would then call external utilities such as /usr/lib/tuf/sig.py?
To help with #129... I need to ask...
How do you envision TUF to appear on distributions?
Does TUF provide files that are supposed to be
imported, i.e. a python library?Would you prefer having it installed in
/usr/bin/...?Obviously
/usr/bin/sig.pywouldn't be a good name. Something like/usr/bin/tuf-sig?Or would it suffice to take the whole
tuffolder (https://github.com/theupdateframework/tuf/tree/develop/tuf) and to install it's contents to/usr/lib/tuf? I.e. so you'd end up with a file/usr/lib/tuf/sig.pyand so forth?Applications based on TUF would then call external utilities such as
/usr/lib/tuf/sig.py?