Add Fenix and Reference browser repos (#4758)

Button-mashing as a service!  Committing on jlorenzo's behalf.
This commit is contained in:
Johan Lorenzo 2019-03-06 16:57:35 +01:00 коммит произвёл Karl H. Thiessen
Родитель 54ed00a305
Коммит 1726ead65a
3 изменённых файлов: 37 добавлений и 0 удалений

Просмотреть файл

@ -1385,5 +1385,33 @@
"repository_group": 9,
"description": "Administrative configuration for Firefox CI"
}
},
{
"pk": 107,
"model": "model.repository",
"fields": {
"dvcs_type": "git",
"name": "reference-browser",
"url": "https://github.com/mozilla-mobile/reference-browser",
"branch": "master",
"active_status": "active",
"codebase": "reference-browser",
"repository_group": 11,
"description": "A full-featured browser reference implementation using Mozilla Android Components"
}
},
{
"pk": 108,
"model": "model.repository",
"fields": {
"dvcs_type": "git",
"name": "fenix",
"url": "https://github.com/mozilla-mobile/fenix",
"branch": "master",
"active_status": "active",
"codebase": "fenix",
"repository_group": 11,
"description": "Fenix is not your parent's Android browser"
}
}
]

Просмотреть файл

@ -78,5 +78,13 @@
"name": "servo",
"description": "Branches of github.com/servo/servo"
}
},
{
"pk": 11,
"model": "model.repositorygroup",
"fields": {
"name": "mobile",
"description": "Repositories for https://github.com/mozilla-mobile"
}
}
]

Просмотреть файл

@ -13,6 +13,7 @@ const GROUP_ORDER = [
'qa automation tests',
'ci',
'servo',
'mobile',
'other',
];