From 81a3daa4893f27c9fbb06e56c25f760791bedbe3 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 27 2017 18:42:34 +0000 Subject: 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 --- diff --git a/fedora.conf b/fedora.conf index 1ac8a34..b9a8042 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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': ['*'],