#132 write-repo-file: add --gpgcheck and --gpgkey options
Merged by lsedlar. Opened by ktdreyer.
ktdreyer/compose-utils write-repo-gpgcheck  into  master

This is a simpler, declarative approach to my initial implementation in #119.

--gpgcheck is a boolean and causes the repo to have gpgcheck = 1 for all variants.
--gpgkey takes an arbitrary string.

Oh yeah, this is much simpler and nicer! Thank you for the patch!

Pull-Request has been merged by lsedlar

PR #133 adds the options to the man page.