From 412dfb7f8af87ac1d88dba1d2c218223ece9beba Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Sep 10 2018 15:50:58 +0000 Subject: Use f29 as template_branch in ostree_installer phase Signed-off-by: Mohan Boddu --- 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': ['*'], } })