зеркало из https://github.com/mozilla/treeherder.git
Add Fenix and Reference browser repos (#4758)
Button-mashing as a service! Committing on jlorenzo's behalf.
This commit is contained in:
Родитель
54ed00a305
Коммит
1726ead65a
|
@ -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',
|
||||
];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче