ceph / merfi

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

backends: refactor to new sign_release() method #44

Closed ktdreyer closed 7 years ago

ktdreyer commented 7 years ago

Rather than signing all Release files in the main sign() method, break out the Release-file-specific bits into a new smaller method, sign_release().

The purpose of this change is to make room to sign other things here besides Release files.