ktdreyer / compose-utils

Forked from compose-utils 7 years ago
Clone

1c1f50f write-repo-file: add --gpg-key option

Authored and Committed by ktdreyer 3 years ago
    write-repo-file: add --gpg-key option
    
    Prior to this change, compose-write-repo-file unconditionally wrote
    .repo files with "gpgcheck = 0".
    
    Add a new --gpg-key option to compose-write-repo-file. When a user
    specifies a comma-separated key ID and key URL, we sanity-check that
    every every RPM is signed by this key. For each variant with signed
    RPMs, we set the "gpgcheck = 1" and "gpgkey" options in the .repo file.
    
        
file modified
+53 -2
file modified
+22 -1