repo: generate RPM-GPG-KEY as well

Just a hook to export alt-gpgkeys pubring data.
This commit is contained in:
Michael Shigorin 2011-12-01 19:44:41 +02:00
parent 3a5740d840
commit 5bc3dc24dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
use/repo:
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,gnupg)
use/repo/main: sub/main use/repo

View 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