From bb33981f16181da73979716d9a52624407ab5abe Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Wed, 6 Dec 2017 06:28:41 -0500 Subject: [PATCH] bug 1422735 - Change symbol upload URL from Socorro to Tecken. r=nalexander MozReview-Commit-ID: BBs6G8dFfPz --HG-- extra : rebase_source : d67541929441ea057709afbc7e6f12b51a9341cc --- toolkit/crashreporter/tools/upload_symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/tools/upload_symbols.py b/toolkit/crashreporter/tools/upload_symbols.py index 04ca114fe8d9..7e94b238dbad 100644 --- a/toolkit/crashreporter/tools/upload_symbols.py +++ b/toolkit/crashreporter/tools/upload_symbols.py @@ -25,7 +25,7 @@ except ImportError: # Allow standalone use of this script, for use in TaskCluster from os import environ as substs -url = 'https://crash-stats.mozilla.com/symbols/upload' +url = 'https://symbols.mozilla.org/upload/' # Allow overwriting of the upload url with an environmental variable if 'SOCORRO_SYMBOL_UPLOAD_URL' in os.environ: url = os.environ['SOCORRO_SYMBOL_UPLOAD_URL']