Remove staging-only conditional for runroot kojid plugin.
This commit is contained in:
parent
a8f0d2cd7e
commit
62b3cda0bb
1 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ ca = /etc/kojid/cacert.pem
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = /etc/kojid/cacert.pem
|
serverca = /etc/kojid/cacert.pem
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
; Let's try the runroot plugin in staging.
|
; Let's try the runroot plugin in staging.
|
||||||
; Config for it lives in /etc/kojid/runroot.conf
|
; Config for it lives in /etc/kojid/runroot.conf
|
||||||
plugins = runroot
|
plugins = runroot
|
||||||
|
@ -71,4 +70,3 @@ plugins = runroot
|
||||||
; We use the hub's plugin path since that's where
|
; We use the hub's plugin path since that's where
|
||||||
; the package installs the builder plugin.
|
; the package installs the builder plugin.
|
||||||
pluginpath = /usr/lib/koji-hub-plugins
|
pluginpath = /usr/lib/koji-hub-plugins
|
||||||
{% endif %}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue