Adding "master" as branch name for Rawhide
Fix: #168 We didn't explicitly set the branches as master for rawhide which created issues during branching by missing setting up the branch names. This makes it easier to identify those branch names. Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
ee066a0e8e
commit
81a3daa489
@ -716,6 +716,7 @@ ostree = [
|
||||
"aarch64": {
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"source_repo_from": "Everything",
|
||||
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
|
||||
'failable': ['*'],
|
||||
@ -723,6 +724,7 @@ ostree = [
|
||||
"x86_64": {
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"source_repo_from": "Everything",
|
||||
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
|
||||
'failable': ['*'],
|
||||
@ -730,6 +732,7 @@ ostree = [
|
||||
"ppc64le": {
|
||||
"treefile": "fedora-atomic-docker-host.json",
|
||||
"config_url": "https://pagure.io/fedora-atomic.git",
|
||||
"config_branch": "master",
|
||||
"source_repo_from": "Everything",
|
||||
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
|
||||
'failable': ['*'],
|
||||
@ -739,6 +742,7 @@ ostree = [
|
||||
"x86_64": {
|
||||
"treefile": "fedora-ostree-workstation.json",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_branch": "master",
|
||||
"source_repo_from": "Workstation",
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/rawhide/",
|
||||
'failable': ['*'],
|
||||
|
Loading…
Reference in New Issue
Block a user