ceph / merfi

Finds and signs files with different signing tools (gpg, rpm-sign)
MIT License
3 stars 3 forks source link

RFE: allow relative paths for rpm-sign's --keyfile #59

Closed ktdreyer closed 6 years ago

ktdreyer commented 6 years ago

Currently we are os.chdir'ing a lot during signing, so we require the user to provide an absolute path to --keyfile.

For one-off tests, and usability in general, this is a pain, so we should just translate the user's input to an absolute path before our first chdir.