File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
js/src/devtools/automation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
fi
27
27
28
28
TOOLTOOL_MANIFEST=browser/config/tooltool-manifests/linux${_arch} /releng.manifest
29
- TOOLTOOL_SERVER=https://api.pub.build. mozilla.org/tooltool /
29
+ TOOLTOOL_SERVER=https://tooltool. mozilla-releng.net /
30
30
(cd $srcdir ; python /builds/tooltool.py --url $TOOLTOOL_SERVER --overwrite -m $TOOLTOOL_MANIFEST fetch ${TOOLTOOL_CACHE: + -c ${TOOLTOOL_CACHE} } ) || exit 2
31
31
32
32
# Note: an exit code of 2 turns the job red on TBPL.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ -n "$AUTOMATION" ]; then
14
14
# Download clang and some other things from tooltool server.
15
15
# This should be done before running mozconfig to make clang detection
16
16
# there work properly.
17
- TT_SERVER=${TT_SERVER:- https:// api.pub.build. mozilla.org / tooltool / }
17
+ TT_SERVER=${TT_SERVER:- https:// tooltool. mozilla-releng.net / }
18
18
( cd $SOURCE /..; \
19
19
./scripts/scripts/tooltool/tooltool_wrapper.sh \
20
20
$SOURCE /browser/config/tooltool-manifests/macosx64/releng.manifest \
Original file line number Diff line number Diff line change 30
30
if ! which mozmake 2> /dev/null; then
31
31
export PATH=" $PATH :$SOURCE /.."
32
32
if ! which mozmake 2> /dev/null; then
33
- TT_SERVER=${TT_SERVER:- https:// api.pub.build. mozilla.org / tooltool / }
33
+ TT_SERVER=${TT_SERVER:- https:// tooltool. mozilla-releng.net / }
34
34
( 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 )
35
35
fi
36
36
fi
You can’t perform that action at this time.
0 commit comments