From 78ee3fa54cd9fd421d2e87f785fb44243a916d4c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 Oct 2017 23:54:21 +0000 Subject: [PATCH] Fix atomic path Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 2ef07a58ed..04501fbf3f 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -119,7 +119,7 @@ ostree = [ [% endif %] "https://dl.fedoraproject.org/pub/fedora/linux/releases/[[ release.version_int ]]/Everything/x86_64/os/" ] - "ostree_repo": "/mnt/koji/mash/atomic/[[ release.version_int ]]", + "ostree_repo": "/mnt/koji/compose/updates/atomic/[[ request.name ]]", "tag_ref": False } })