bug 1085557 - Switch symbol upload to use Socorro production server. r=rhelmer

--HG--
extra : rebase_source : b229336f85b1967c64b83645c8ecc7fc429c7fb6
This commit is contained in:
Ted Mielczarek 2015-04-06 07:12:50 -04:00
Родитель a3987622b5
Коммит f579fcc2d6
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -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: