From d43d843e551c381b978236e9475940c614b1add2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 12 Jan 2017 14:50:39 -0800 Subject: [PATCH] arcconfig: switch to master as default branch We've never really done any kind of periodic merge from develop to master, or used master for anything, so the master/develop split seems fairly pointless. With the move to Pagure, let's just make master the main branch. --- .arcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.arcconfig b/.arcconfig index 6edf6cfe..99436216 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,6 +1,6 @@ { "project_id" : "openqa_fedora", "conduit_uri" : "https://phab.qa.fedoraproject.org", - "arc.land.onto.default" : "develop", - "arc.feature.start.default" : "develop" + "arc.land.onto.default" : "master", + "arc.feature.start.default" : "master" }