rpm-sign's --keyfile should create `release.asc` files
Closed this issue · 0 comments
ktdreyer commented
Until Ceph's ice_setup can be smarter about handling GPG public keys on an ISO...
We need to make merfi rpm-sign
's --keyfile
parameter to drop a release.asc
file into each repository's root.
In order to find each repository in a tree, the criteria should be:
- Examine each directory in the tree,
- Does
directory
contain two subdirectories:dists
, andpool
? If so, then it is a Debian repository. - Does
directory
contain a subdirectoryrepodata
? If so, then it is an RPM repository. - ...Otherwise,
directory
is not a repository.