repo: generate RPM-GPG-KEY as well
Just a hook to export alt-gpgkeys pubring data.
This commit is contained in:
parent
3a5740d840
commit
5bc3dc24dd
@ -1,4 +1,5 @@
|
||||
use/repo:
|
||||
@$(call add_feature)
|
||||
@$(call add,STAGE1_PACKAGES,gnupg)
|
||||
|
||||
use/repo/main: sub/main use/repo
|
||||
|
4
features.in/repo/scripts.d/02-pubring
Executable file
4
features.in/repo/scripts.d/02-pubring
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# generate current plaintext rpm pubring representation
|
||||
|
||||
gpg --export --armor --homedir=/usr/lib/alt-gpgkeys >$WORKDIR/RPM-GPG-KEY
|
Loading…
Reference in New Issue
Block a user