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:
parent
6d3f844ab2
commit
4f569fff37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue