From 4f569fff374115483dc5fce40f26ce9c5ffa5f0d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 3 May 2020 15:08:15 -0700 Subject: [PATCH] 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 --- roles/koji_builder/templates/runroot.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/runroot.conf.j2 b/roles/koji_builder/templates/runroot.conf.j2 index 1e553f2520..ffb21a0401 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