Bug 882712 - switch from using runtime-binaries host to tooltool - r=dustin

This commit is contained in:
Chris Cooper 2014-12-18 18:08:50 -05:00
parent 7964bc93f9
commit aec8ee6544

View File

@ -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://runtime-binaries.pvt.build.mozilla.org/tooltool}
TT_SERVER=${TT_SERVER:-http://tooltool.pvt.build.mozilla.org/build}
( 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