mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
28 lines
954 B
Markdown
28 lines
954 B
Markdown
|
# ![smeserver-koji](https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png)
|
||
|
|
||
|
## Koji Plugins used by Koozali in our setup
|
||
|
|
||
|
To install these plugins:
|
||
|
|
||
|
Copy the tag2distrepo.py and sign.py programs into /usr/lib/koji-hub-plugins
|
||
|
Set the configurations as per the directions for each plugin below
|
||
|
|
||
|
Edit the following settings in /etc/koji-hub/hub.conf to enable the plugins:
|
||
|
|
||
|
PluginPath = /usr/lib/koji-hub-plugins
|
||
|
Plugins = tag2distrepo sign
|
||
|
|
||
|
Reload Apache
|
||
|
$ systemctl reload httpd
|
||
|
|
||
|
###koji-plugin-sign
|
||
|
|
||
|
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 <https://github.com/osg-htc/koji-plugin-sign>
|
||
|
|
||
|
###tag2distrepo
|
||
|
|
||
|
This is a koji-hub plugin available in the available in default koji installation
|
||
|
Create an external repository for any tag when a new build is completed, or a build is attached (tag-build) to a tag
|
||
|
|