ceph / merfi

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

RFE: rpm-sign optionally takes a --nat argument #18

Closed ktdreyer closed 8 years ago

ktdreyer commented 8 years ago

When operating behind a NAT, rpm-sign must be run with the --nat option.

The simplest thing would be to just add a --nat flag to merfi as well. So we'd update the RpmSign class to handle this new flag, and when that flag is present, RpmSign will add a --nat flag when calling util.run() and util.run_output().

ktdreyer commented 8 years ago

Fixed in PR #25