From 67fd9ed100f2b690cdceec8c338ff65f53c35c80 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 23 Jul 2015 18:38:07 +0000 Subject: [PATCH] bodhi2: Mash outside of /mnt/koji in staging --- roles/bodhi2/base/templates/staging.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 3e7d0cdc9b..7c27d2ca5e 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -85,10 +85,10 @@ message_id_email_domain = admin.stg.fedoraproject.org #masher = None # Where to initially mash repositories -mash_dir = /mnt/koji/mash/updates/mashing +mash_dir = /var/cache/bodhi/mashing # Where to symlink the latest repos by their tag name -mash_stage_dir = /mnt/koji/mash/updates +mash_stage_dir = /var/cache/bodhi/mashed mash_conf = /etc/mash/mash.conf