From 7ceb13fd7d4f13ce1d75dd4f96790a3a589140bb Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 14 2017 21:31:32 +0000 Subject: update pungi configs for fedora 26 atomic Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index 815aa69..433be8d 100644 --- a/fedora.conf +++ b/fedora.conf @@ -644,6 +644,7 @@ ostree = [ "aarch64": { "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", + "config_branch": "f26", "source_repo_from": "Everything", "ostree_repo": "/mnt/koji/compose/atomic/26/", 'failable': ['*'], @@ -651,6 +652,7 @@ ostree = [ "x86_64": { "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", + "config_branch": "f26", "source_repo_from": "Everything", "ostree_repo": "/mnt/koji/compose/atomic/26/", 'failable': ['*'], @@ -660,6 +662,7 @@ ostree = [ "x86_64": { "treefile": "fedora-ostree-workstation.json", "config_url": "https://pagure.io/workstation-ostree-config.git", + "config_branch": "f26", "source_repo_from": "Workstation", "ostree_repo": "/mnt/koji/compose/ostree/26/", 'failable': ['*'], @@ -680,7 +683,7 @@ ostree_installer = [ ], "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"], "add_arch_template_var": [ - "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/", + "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/26/", "ostree_osname=fedora-atomic", "ostree_ref=fedora/26/x86_64/atomic-host", ]