5bc3dc24dd
Just a hook to export alt-gpgkeys pubring data.
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
# generate current plaintext rpm pubring representation
|
|
|
|
gpg --export --armor --homedir=/usr/lib/alt-gpgkeys >$WORKDIR/RPM-GPG-KEY
|