From a905744d1f337bfb39f1cc2ca87e7e1a96a1e95d Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 19 Aug 2015 19:24:46 +0000 Subject: [PATCH] bodhi2: Update the mash directory structure in production --- roles/bodhi2/base/templates/production.ini.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 337f44a625..6539080301 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -85,10 +85,12 @@ releng_fedmsg_certname = shell-bodhi-backend01.phx2.fedoraproject.org #masher = None # Where to initially mash repositories -mash_dir = /var/cache/bodhi/mashing +#mash_dir = /var/cache/bodhi/mashing +mash_dir = /mnt/koji/mash/updates # Where to symlink the latest repos by their tag name -mash_stage_dir = /var/cache/bodhi/mashed +#mash_stage_dir = /var/cache/bodhi/mashed +mash_stage_dir = /mnt/koji/mash/updates mash_conf = /etc/bodhi/mash.conf