mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +01:00
tidy-up of READMEs
This commit is contained in:
parent
81254e8570
commit
90e3678ca5
@ -15,7 +15,7 @@ Edit the following settings in /etc/koji-hub/hub.conf to enable the plugins:
|
||||
|
||||
Reload Apache
|
||||
|
||||
$ systemctl reload httpd
|
||||
systemctl reload httpd
|
||||
|
||||
### koji-plugin-sign
|
||||
|
||||
@ -27,8 +27,7 @@ Make sure that the koji-sign selinux policy is installed and enabled
|
||||
|
||||
semodule --list-modules=full | grep koji-sign
|
||||
|
||||
If it's not listed
|
||||
- copy down the koji-sign.te file, compile and install it
|
||||
If it's not listed, copy down the koji-sign.te file, compile and install it
|
||||
|
||||
checkmodule -M -m -o koji-sign.mod koji-sign.te
|
||||
semodule_package -o koji-sign.pp -m koji-sign.mod
|
||||
@ -38,7 +37,7 @@ Copy your gpg keys etc. into /etc/koji-hub/plugins/gnupg/
|
||||
|
||||
Copy sign.conf into /etc/koji-hub/plugins/
|
||||
|
||||
Edit /etc/koji-hub/plugins/sign.conf to have the correct gpg key names for each tag
|
||||
Edit /etc/koji-hub/plugins/sign.conf to have the correct gpg key names for each tag and set enabled, when ready
|
||||
|
||||
### tag2distrepo
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
# koji-plugin-sign
|
||||
|
||||
Koji plugin for automated package signing; internally used by the OSG Software Team.
|
||||
|
||||
This provides a koji-hub preImport plugin that makes a callout to rpmsign(8) to sign the built RPMs before importing them into Koji.
|
||||
The key IDs and passphrases can be configured via a Python ConfigParser-style config file.
|
||||
pexpect is used to type in the passphrase or PIN.
|
||||
|
||||
This was originally taken from https://fedorahosted.org/koji/ticket/203 but that URL is gone.
|
||||
The original license is unknown.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## koji-sign
|
||||
# koji-sign
|
||||
|
||||
selinux policy to allow signing of rpms via the koji-hub sign plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user