From 603e139fe625ea54502f6afce43605c57ea339c3 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 1 Jun 2018 09:29:58 -0400 Subject: [PATCH] bodhi-pungi: f29 will be new branched target f28 is no longer under branched. Pick up new branched target from f29 when that gets here. --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 15932ed230..1b02fd2df0 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -127,8 +127,8 @@ ostree = { # In the case of testing, also inject the last stable updates "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/$basearch/os/", [% endif %] - # For f28 the compose location is under /compose/branched/ - [% if release.version_int == 28 %] + # For f29 the compose location is under /compose/branched/ + [% if release.version_int == 29 %] "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/" [% else %] "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/[[ release.version_int ]]/latest-Fedora-[[ release.version_int ]]/compose/Everything/$basearch/os/" @@ -223,8 +223,8 @@ ostree_installer = [ # In the case of testing, also inject the last stable updates "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ release.version_int ]]-updates/compose/Everything/[[arch]]/os/", [% endif %] - # For f28 the compose location is under /compose/branched/ - [% if release.version_int == 28 %] + # For f29 the compose location is under /compose/branched/ + [% if release.version_int == 29 %] "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/" [% else %] "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/[[ release.version_int ]]/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"