From 4f569fff374115483dc5fce40f26ce9c5ffa5f0d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 03 2020 22:09:43 +0000 Subject: 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 --- diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index 1e553f2..ffb21a0 100644 --- a/roles/koji_builder/templates/runroot.conf.j2 +++ b/roles/koji_builder/templates/runroot.conf.j2 @@ -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