From f579fcc2d69d2703f204dad44b68e4d9a2b44491 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Mon, 6 Apr 2015 07:12:50 -0400 Subject: [PATCH] bug 1085557 - Switch symbol upload to use Socorro production server. r=rhelmer --HG-- extra : rebase_source : b229336f85b1967c64b83645c8ecc7fc429c7fb6 --- toolkit/crashreporter/tools/upload_symbols.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/toolkit/crashreporter/tools/upload_symbols.py b/toolkit/crashreporter/tools/upload_symbols.py index 26e0507b4b13..f1d37786a103 100644 --- a/toolkit/crashreporter/tools/upload_symbols.py +++ b/toolkit/crashreporter/tools/upload_symbols.py @@ -20,11 +20,7 @@ import sys from buildconfig import substs -# This is the staging server -url = 'https://crash-stats.allizom.org/symbols/upload' -# This is the production server, we'll switch this -# once we're comfortable this works. -#url = 'https://crash-stats.mozilla.com/symbols/upload' +url = 'https://crash-stats.mozilla.com/symbols/upload' def main(): if len(sys.argv) != 2: