koji_builder: drop /srv/odcs as a default mount until we can fix perms

We want to use /srv/odcs to write image builds as part of odcs composes,
but permissions are not correct currently, so for now, lets drop it as
a default so rawhide compose can work.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-03 15:08:15 -07:00
parent 6d3f844ab2
commit 4f569fff37

View file

@ -5,7 +5,7 @@
; parameter for individual calls.
; default_mounts = /mnt/archive,/mnt/workdir
{% if env == 'production' %}
default_mounts = /mnt/koji,/srv/odcs/
default_mounts = /mnt/koji
{% elif env == 'staging' %}
; In staging we also need the production split volume
default_mounts = /mnt/koji,/mnt/fedora_koji_prod/koji,/etc/kojid/secrets