Merge pull request #218 from mozilla/fix-thunderbird-ingestion

Bug 1035222 - Use correct Thunderbird repo name to fix ingestion
This commit is contained in:
Mauro Doglio 2014-09-15 14:55:01 +01:00
Родитель 5e5b36adfa 4151178794
Коммит 2ea74beeab
1 изменённых файлов: 10 добавлений и 10 удалений

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

@ -420,10 +420,10 @@
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "thunderbird-trunk",
"name": "comm-central",
"url": "https://hg.mozilla.org/comm-central",
"active_status": "active",
"codebase": "?",
"codebase": "comm",
"repository_group": 1,
"description": ""
}
@ -433,10 +433,10 @@
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "thunderbird-try",
"name": "try-comm-central",
"url": "https://hg.mozilla.org/try-comm-central",
"active_status": "active",
"codebase": "?",
"codebase": "comm",
"repository_group": 3,
"description": ""
}
@ -446,10 +446,10 @@
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "thunderbird-aurora",
"name": "comm-aurora",
"url": "https://hg.mozilla.org/releases/comm-aurora",
"active_status": "active",
"codebase": "?",
"codebase": "comm",
"repository_group": 2,
"description": ""
}
@ -459,10 +459,10 @@
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "thunderbird-beta",
"name": "comm-beta",
"url": "https://hg.mozilla.org/releases/comm-beta",
"active_status": "active",
"codebase": "?",
"codebase": "comm",
"repository_group": 2,
"description": ""
}
@ -472,10 +472,10 @@
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "thunderbird-esr24",
"name": "comm-esr24",
"url": "https://hg.mozilla.org/releases/comm-esr24",
"active_status": "active",
"codebase": "?",
"codebase": "comm",
"repository_group": 2,
"description": ""
}