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:
Tom Prince 2019-05-31 14:34:47 -06:00 коммит произвёл Cameron Dawson
Родитель 2e5c8deb5f
Коммит d06f3596ae
2 изменённых файлов: 29 добавлений и 2 удалений

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

@ -1076,7 +1076,7 @@
"dvcs_type": "hg", "dvcs_type": "hg",
"name": "mozilla-esr52", "name": "mozilla-esr52",
"url": "https://hg.mozilla.org/releases/mozilla-esr52", "url": "https://hg.mozilla.org/releases/mozilla-esr52",
"active_status": "active", "active_status": "onhold",
"codebase": "gecko", "codebase": "gecko",
"repository_group": 2, "repository_group": 2,
"description": "" "description": ""
@ -1089,7 +1089,7 @@
"dvcs_type": "hg", "dvcs_type": "hg",
"name": "comm-esr52", "name": "comm-esr52",
"url": "https://hg.mozilla.org/releases/comm-esr52", "url": "https://hg.mozilla.org/releases/comm-esr52",
"active_status": "active", "active_status": "onhold",
"codebase": "comm", "codebase": "comm",
"repository_group": 8, "repository_group": 8,
"description": "" "description": ""
@ -1413,5 +1413,31 @@
"repository_group": 11, "repository_group": 11,
"description": "Fenix is not your parent's Android browser" "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-central',
'mozilla-inbound', 'mozilla-inbound',
'mozilla-esr60', 'mozilla-esr60',
'mozilla-esr68',
'autoland', 'autoland',
'firefox-releases', 'firefox-releases',
'comm-central', 'comm-central',