From 412dfb7f8af87ac1d88dba1d2c218223ece9beba Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 10 Sep 2018 11:50:12 -0400 Subject: [PATCH] Use f29 as template_branch in ostree_installer phase Signed-off-by: Mohan Boddu --- fedora.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fedora.conf b/fedora.conf index c1822b8..1edba84 100644 --- a/fedora.conf +++ b/fedora.conf @@ -790,7 +790,7 @@ ostree_installer = [ "ostree_update_ref=fedora/29/x86_64/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', - 'template_branch': 'master', + 'template_branch': 'f29', 'failable': ['*'], }, "aarch64": { @@ -807,7 +807,7 @@ ostree_installer = [ "ostree_update_ref=fedora/29/aarch64/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', - 'template_branch': 'master', + 'template_branch': 'f29', 'failable': ['*'], }, "ppc64le": { @@ -824,7 +824,7 @@ ostree_installer = [ "ostree_update_ref=fedora/29/ppc64le/atomic-host", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', - 'template_branch': 'master', + 'template_branch': 'f29', 'failable': ['*'], } }), @@ -843,7 +843,7 @@ ostree_installer = [ "ostree_update_ref=fedora/29/x86_64/silverblue", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', - 'template_branch': 'master', + 'template_branch': 'f29', 'failable': ['*'], } })