From fcb838df2801a51d6309430254c153db6d45ed7e Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 29 Apr 2015 10:36:50 -0400 Subject: [PATCH] Bug 1155238: use RelengAPI-based Tooltool server. r=coop --- js/src/devtools/automation/winbuildenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/devtools/automation/winbuildenv.sh b/js/src/devtools/automation/winbuildenv.sh index 78030a9b8983..ef09727c96fd 100644 --- a/js/src/devtools/automation/winbuildenv.sh +++ b/js/src/devtools/automation/winbuildenv.sh @@ -34,7 +34,7 @@ export PATH="$(perl -le 'print join ":", grep { -d $_ } split ":", $ENV{PATH}')" if ! which mozmake 2>/dev/null; then export PATH="$PATH:$SOURCE/.." if ! which mozmake 2>/dev/null; then - TT_SERVER=${TT_SERVER:-http://tooltool.pvt.build.mozilla.org/build} + TT_SERVER=${TT_SERVER:-https://api.pub.build.mozilla.org/tooltool/} ( cd $SOURCE/..; ./scripts/scripts/tooltool/tooltool_wrapper.sh $SOURCE/browser/config/tooltool-manifests/${platform:-win32}/releng.manifest $TT_SERVER setup.sh c:/mozilla-build/python27/python.exe C:/mozilla-build/tooltool.py ) fi fi