From b9c2887ae5273462f999376cf2978c322552ea51 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 14 Apr 2018 18:33:04 -0400 Subject: [PATCH] Use correct branch for module defaults Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 0753f6f376..e7bac17215 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -21,7 +21,7 @@ sigkeys = [ module_defaults_dir = { 'scm': 'git', 'repo': 'https://pagure.io/releng/fedora-module-defaults.git', - 'branch': 'master', + 'branch': 'f[[ release.version_int ]]', 'dir': '.' }