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:
Mohan Boddu 2017-04-27 14:37:06 -04:00
parent ee066a0e8e
commit 81a3daa489

View File

@ -716,6 +716,7 @@ ostree = [
"aarch64": { "aarch64": {
"treefile": "fedora-atomic-docker-host.json", "treefile": "fedora-atomic-docker-host.json",
"config_url": "https://pagure.io/fedora-atomic.git", "config_url": "https://pagure.io/fedora-atomic.git",
"config_branch": "master",
"source_repo_from": "Everything", "source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/", "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
'failable': ['*'], 'failable': ['*'],
@ -723,6 +724,7 @@ ostree = [
"x86_64": { "x86_64": {
"treefile": "fedora-atomic-docker-host.json", "treefile": "fedora-atomic-docker-host.json",
"config_url": "https://pagure.io/fedora-atomic.git", "config_url": "https://pagure.io/fedora-atomic.git",
"config_branch": "master",
"source_repo_from": "Everything", "source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/", "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
'failable': ['*'], 'failable': ['*'],
@ -730,6 +732,7 @@ ostree = [
"ppc64le": { "ppc64le": {
"treefile": "fedora-atomic-docker-host.json", "treefile": "fedora-atomic-docker-host.json",
"config_url": "https://pagure.io/fedora-atomic.git", "config_url": "https://pagure.io/fedora-atomic.git",
"config_branch": "master",
"source_repo_from": "Everything", "source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/", "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
'failable': ['*'], 'failable': ['*'],
@ -739,6 +742,7 @@ ostree = [
"x86_64": { "x86_64": {
"treefile": "fedora-ostree-workstation.json", "treefile": "fedora-ostree-workstation.json",
"config_url": "https://pagure.io/workstation-ostree-config.git", "config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "master",
"source_repo_from": "Workstation", "source_repo_from": "Workstation",
"ostree_repo": "/mnt/koji/compose/ostree/rawhide/", "ostree_repo": "/mnt/koji/compose/ostree/rawhide/",
'failable': ['*'], 'failable': ['*'],