Bug 988774 - Do not gracefully disable sccache when it's not there. r=bhearsum

This commit is contained in:
Mike Hommey 2014-03-29 07:50:08 +09:00
Родитель 25fc3d6396
Коммит 00fb0c6368
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,7 @@ $(python2.7 -c 'import json; p = json.loads(open("'"$topsrcdir"'/../buildprops.j
EOF EOF
bucket= bucket=
if test -z "$SCCACHE_DISABLE" -a -f "$topsrcdir/sccache/sccache.py"; then if test -z "$SCCACHE_DISABLE" -a -z "$no_tooltool"; then
case "${branch}_${master}" in case "${branch}_${master}" in
try_*use1.mozilla.com*) try_*use1.mozilla.com*)
bucket=mozilla-releng-s3-cache-us-east-1-try bucket=mozilla-releng-s3-cache-us-east-1-try