diff --git a/plugins/README.md b/plugins/README.md index 986cfcf..7e9589f 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -23,6 +23,19 @@ Automagically sign rpms with our key after successful build This is a slightly modified version of the OSG Software Teams koji-hub plugin which can be found at +Make sure that the koji-sign selinux policy is installed and enabled + + semodule --list-modules=full | grep koji-sign + +Ensure that httpd can use tty + + getsebool daemons_use_tty + daemons_use_tty --> on + +If not --> on, set it + + setsebool -P daemons_use_tty 1 + Copy your gpg keys etc. into /etc/koji-hub/gnupgp Copy sign.conf into /etc/koji-hub-plugins