зеркало из https://github.com/mozilla/treeherder.git
Add support for mozilla-esr68 repository. (#5018)
* Bug 1555777: Mark esr52 repositories as inactive. * Bug 1555777: Add mozilla-esr68 repostitory.
This commit is contained in:
Родитель
2e5c8deb5f
Коммит
d06f3596ae
|
@ -1076,7 +1076,7 @@
|
|||
"dvcs_type": "hg",
|
||||
"name": "mozilla-esr52",
|
||||
"url": "https://hg.mozilla.org/releases/mozilla-esr52",
|
||||
"active_status": "active",
|
||||
"active_status": "onhold",
|
||||
"codebase": "gecko",
|
||||
"repository_group": 2,
|
||||
"description": ""
|
||||
|
@ -1089,7 +1089,7 @@
|
|||
"dvcs_type": "hg",
|
||||
"name": "comm-esr52",
|
||||
"url": "https://hg.mozilla.org/releases/comm-esr52",
|
||||
"active_status": "active",
|
||||
"active_status": "onhold",
|
||||
"codebase": "comm",
|
||||
"repository_group": 8,
|
||||
"description": ""
|
||||
|
@ -1413,5 +1413,31 @@
|
|||
"repository_group": 11,
|
||||
"description": "Fenix is not your parent's Android browser"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 109,
|
||||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "hg",
|
||||
"name": "mozilla-esr68",
|
||||
"url": "https://hg.mozilla.org/releases/mozilla-esr68",
|
||||
"active_status": "active",
|
||||
"codebase": "gecko",
|
||||
"repository_group": 2,
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 110,
|
||||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "hg",
|
||||
"name": "comm-esr68",
|
||||
"url": "https://hg.mozilla.org/releases/comm-esr68",
|
||||
"active_status": "onhold",
|
||||
"codebase": "comm",
|
||||
"repository_group": 8,
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -37,6 +37,7 @@ export const treeOptions = [
|
|||
'mozilla-central',
|
||||
'mozilla-inbound',
|
||||
'mozilla-esr60',
|
||||
'mozilla-esr68',
|
||||
'autoland',
|
||||
'firefox-releases',
|
||||
'comm-central',
|
||||
|
|
Загрузка…
Ссылка в новой задаче