зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1541122: [mozharness] Remove unused bouncer_check config entries; r=mtabara
I beleive these entries date from when bouncer config was handled by mozharness rather than bounerscript and are now obsolete. Differential Revision: https://phabricator.services.mozilla.com/D25836 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b1dca8980b
Коммит
559515ed12
|
@ -5,8 +5,6 @@ config = {
|
|||
"product-name": "Fennec-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "fennec-latest",
|
||||
"ssl-only": True,
|
||||
"add-locales": False, # Do not add locales to let "multi" work
|
||||
"paths": {
|
||||
"android-api-16": {
|
||||
"path": "/mobile/releases/%(version)s/android-api-16/:lang/fennec-%(version)s.:lang.android-arm.apk",
|
||||
|
|
|
@ -5,8 +5,6 @@ config = {
|
|||
"product-name": "Fennec-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "fennec-beta-latest",
|
||||
"ssl-only": True,
|
||||
"add-locales": False, # Do not add locales to let "multi" work
|
||||
"paths": {
|
||||
"android-api-16": {
|
||||
"path": "/mobile/releases/%(version)s/android-api-16/:lang/fennec-%(version)s.:lang.android-arm.apk",
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# lint_ignore=E501
|
||||
config = {
|
||||
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
|
||||
"products": {
|
||||
"installer": {
|
||||
"product-name": "Firefox-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-beta-latest",
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -34,9 +30,6 @@ config = {
|
|||
"installer-ssl": {
|
||||
"product-name": "Firefox-%(version)s-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-beta-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -63,9 +56,6 @@ config = {
|
|||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-beta-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
|
@ -80,9 +70,6 @@ config = {
|
|||
"stub-installer": {
|
||||
"product-name": "Firefox-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-beta-stub",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
|
||||
|
@ -97,8 +84,6 @@ config = {
|
|||
"complete-mar": {
|
||||
"product-name": "Firefox-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
|
||||
|
@ -127,8 +112,6 @@ config = {
|
|||
"releases-dir": {
|
||||
"product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# lint_ignore=E501
|
||||
config = {
|
||||
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
|
||||
"products": {
|
||||
"installer": {
|
||||
"product-name": "Devedition-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-devedition-latest",
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -34,9 +30,6 @@ config = {
|
|||
"installer-ssl": {
|
||||
"product-name": "Devedition-%(version)s-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-devedition-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -63,9 +56,6 @@ config = {
|
|||
"msi": {
|
||||
"product-name": "Devedition-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-devedition-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
|
@ -80,9 +70,6 @@ config = {
|
|||
"stub-installer": {
|
||||
"product-name": "Devedition-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-devedition-stub",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
|
||||
|
@ -97,8 +84,6 @@ config = {
|
|||
"complete-mar": {
|
||||
"product-name": "Devedition-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
|
||||
|
@ -127,8 +112,6 @@ config = {
|
|||
"releases-dir": {
|
||||
"product-name": "Devedition-%(version)s-Partial-%(prev_version)s",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
# lint_ignore=E501
|
||||
config = {
|
||||
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
|
||||
"products": {
|
||||
"installer": {
|
||||
"product-name": "Firefox-%(version)s",
|
||||
"check_uptake": True,
|
||||
# convert to firefox-esr-latest when ESR52 stops
|
||||
"alias": "firefox-esr-next-latest",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -36,9 +32,6 @@ config = {
|
|||
"product-name": "Firefox-%(version)s-SSL",
|
||||
"check_uptake": True,
|
||||
# convert to firefox-esr-latest-ssl when ESR52 stops
|
||||
"alias": "firefox-esr-next-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -65,9 +58,6 @@ config = {
|
|||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-esr-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
|
@ -82,8 +72,6 @@ config = {
|
|||
"complete-mar": {
|
||||
"product-name": "Firefox-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
|
||||
|
@ -112,8 +100,6 @@ config = {
|
|||
"releases-dir": {
|
||||
"product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# lint_ignore=E501
|
||||
config = {
|
||||
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
|
||||
"products": {
|
||||
"installer": {
|
||||
"product-name": "Firefox-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-latest",
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -34,9 +30,6 @@ config = {
|
|||
"installer-ssl": {
|
||||
"product-name": "Firefox-%(version)s-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
|
||||
|
@ -63,9 +56,6 @@ config = {
|
|||
"msi": {
|
||||
"product-name": "Firefox-%(version)s-msi-SSL",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-msi-latest-ssl",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.msi",
|
||||
|
@ -80,9 +70,6 @@ config = {
|
|||
"stub-installer": {
|
||||
"product-name": "Firefox-%(version)s-stub",
|
||||
"check_uptake": True,
|
||||
"alias": "firefox-stub",
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"win32": {
|
||||
"path": "/firefox/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
|
||||
|
@ -97,8 +84,6 @@ config = {
|
|||
"complete-mar": {
|
||||
"product-name": "Firefox-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
|
||||
|
@ -125,8 +110,6 @@ config = {
|
|||
"complete-mar-candidates": {
|
||||
"product-name": "Firefox-%(version)sbuild%(build_number)s-Complete",
|
||||
"check_uptake": False,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
|
||||
|
@ -155,8 +138,6 @@ config = {
|
|||
"releases-dir": {
|
||||
"product-name": "Firefox-%(version)s-Partial-%(prev_version)s",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
@ -183,8 +164,6 @@ config = {
|
|||
"candidates-dir": {
|
||||
"product-name": "Firefox-%(version)sbuild%(build_number)s-Partial-%(prev_version)sbuild%(prev_build_number)s",
|
||||
"check_uptake": False,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/firefox/candidates/%(version)s-candidates/build%(build_number)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# lint_ignore=E501
|
||||
config = {
|
||||
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/mail/locales/shipped-locales",
|
||||
"products": {
|
||||
"installer": {
|
||||
"product-name": "Thunderbird-%(version)s",
|
||||
"check_uptake": True,
|
||||
"alias": "thunderbird-latest",
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/thunderbird/releases/%(version)s/linux-i686/:lang/thunderbird-%(version)s.tar.bz2",
|
||||
|
@ -30,8 +26,6 @@ config = {
|
|||
"installer-ssl": {
|
||||
"product-name": "Thunderbird-%(version)s-SSL",
|
||||
"check_uptake": True,
|
||||
"ssl-only": True,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/thunderbird/releases/%(version)s/linux-i686/:lang/thunderbird-%(version)s.tar.bz2",
|
||||
|
@ -54,8 +48,6 @@ config = {
|
|||
"complete-mar": {
|
||||
"product-name": "Thunderbird-%(version)s-Complete",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/thunderbird/releases/%(version)s/update/linux-i686/:lang/thunderbird-%(version)s.complete.mar",
|
||||
|
@ -80,8 +72,6 @@ config = {
|
|||
"releases-dir": {
|
||||
"product-name": "Thunderbird-%(version)s-Partial-%(prev_version)s",
|
||||
"check_uptake": True,
|
||||
"ssl-only": False,
|
||||
"add-locales": True,
|
||||
"paths": {
|
||||
"linux": {
|
||||
"path": "/thunderbird/releases/%(version)s/update/linux-i686/:lang/thunderbird-%(prev_version)s-%(version)s.partial.mar",
|
||||
|
|
Загрузка…
Ссылка в новой задаче