update pungi configs for fedora 26 atomic

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-03-14 17:31:32 -04:00
parent ad186f5453
commit 7ceb13fd7d
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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",
]