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.
This commit is contained in:
Adam Williamson 2017-01-12 14:50:39 -08:00
parent e0418b3328
commit d43d843e55
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}