Closed ktdreyer closed 9 years ago
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.
merfi rpm-sign
--keyfile
release.asc
In order to find each repository in a tree, the criteria should be:
directory
dists
pool
repodata
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 arelease.asc
file into each repository's root.In order to find each repository in a tree, the criteria should be:
directory
contain two subdirectories:dists
, andpool
? If so, then it is a Debian repository.directory
contain a subdirectoryrepodata
? If so, then it is an RPM repository.directory
is not a repository.