diff --git a/plugins/README.md b/plugins/README.md index 6c1e340..59c4c2c 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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 diff --git a/plugins/koji-plugin-sign/README.md b/plugins/koji-plugin-sign/README.md index 67c4864..d262ca3 100644 --- a/plugins/koji-plugin-sign/README.md +++ b/plugins/koji-plugin-sign/README.md @@ -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. diff --git a/selinux/README.md b/selinux/README.md index b5e02a4..36def00 100644 --- a/selinux/README.md +++ b/selinux/README.md @@ -1,4 +1,4 @@ -## koji-sign +# koji-sign selinux policy to allow signing of rpms via the koji-hub sign plugin