From 3357fa8c7df8ed4af0bf4c7f180802e10f1a4bba Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 Oct 2017 18:04:42 +0200 Subject: [PATCH] Fix the target directory Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/pungi.rpm.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/pungi.rpm.conf.j2 b/roles/bodhi2/backend/files/pungi.rpm.conf.j2 index af35743219..37a844d4c1 100644 --- a/roles/bodhi2/backend/files/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/files/pungi.rpm.conf.j2 @@ -119,7 +119,8 @@ ostree = [ [% endif %] "https://dl.fedoraproject.org/pub/fedora/linux/releases/[[ release.version_int ]]/Everything/x86_64/os/" ] - "ostree_repo": "/mnt/koji/compose/atomic/rawhide/", + "ostree_repo": "/mnt/koji/mash/atomic/[[ release.version_int ]]", + "tag_ref": False } }) ]