F29/rawide git branches are master

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2018-07-06 13:00:05 +01:00
commit 6544e9b2b6

View file

@ -233,7 +233,7 @@ ostree = [
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"treefile": "fedora-iot.json",
"config_url": "https://pagure.io/fedora-iot/atomic.git",
"config_branch": "f29",
"config_branch": "master",
"repo": [
"https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"
]
@ -245,7 +245,7 @@ ostree = [
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"treefile": "fedora-iot.json",
"config_url": "https://pagure.io/fedora-iot/atomic.git",
"config_branch": "f29",
"config_branch": "master",
"repo": [
"https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"
]
@ -257,7 +257,7 @@ ostree = [
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"treefile": "fedora-iot.json",
"config_url": "https://pagure.io/fedora-iot/atomic.git",
"config_branch": "f29",
"config_branch": "master",
"repo": [
"https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"
]
@ -286,7 +286,7 @@ ostree_installer = [
"ostree_update_ref=fedora/29/x86_64/iot",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f29',
'template_branch': 'master',
},
"aarch64": {
"repo": [
@ -304,7 +304,7 @@ ostree_installer = [
"ostree_update_ref=fedora/29/aarch64/iot",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f29',
'template_branch': 'master',
},
"armhfp": {
"repo": [
@ -322,7 +322,7 @@ ostree_installer = [
"ostree_update_ref=fedora/29/armhfp/iot",
],
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f29',
'template_branch': 'master',
}
})
]