From 3e00a644323000f59886d178fce19bfccf20f913 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 8 Mar 2018 02:20:13 +0100 Subject: [PATCH] Disable ostree on bodhi staging Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 769eb18535..42e3f6206d 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -109,6 +109,7 @@ createiso_skip = [ }), ] +{% if env != "staging" %} [% if release.id_prefix == 'FEDORA' and release.version_int >= 26 %] ostree = { "^Everything$": [ @@ -165,6 +166,7 @@ ostree = { ] } [% endif %] +{% endif %} translate_paths = [ ('/mnt/koji/compose/', 'https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/'),