bug 1422735 - Change symbol upload URL from Socorro to Tecken. r=nalexander

MozReview-Commit-ID: BBs6G8dFfPz

--HG--
extra : rebase_source : d67541929441ea057709afbc7e6f12b51a9341cc
This commit is contained in:
Ted Mielczarek 2017-12-06 06:28:41 -05:00
Родитель 97aeaa6e1f
Коммит bb33981f16
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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']