From d673785fd83ba9632069f9b7dc226f3ab47ff0e9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Apr 11 2016 19:27:36 +0000 Subject: make sure we pull the f24 ostree bits from the correct places Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index 9811e81..fa4618e 100644 --- a/fedora.conf +++ b/fedora.conf @@ -595,6 +595,7 @@ ostree = [ "x86_64": { "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", + "config_branch": "f24", "source_repo_from": "Everything", "ostree_repo": "/mnt/koji/compose/atomic/rawhide/" } @@ -619,6 +620,8 @@ ostree_installer = [ "ostree_osname=fedora-atomic", "ostree_ref=fedora-atomic/24/x86_64/docker-host", ] + 'template_repo': 'https://git.fedorahosted.org/git/spin-kickstarts.git', + 'template_branch': 'f24', } }) ]