1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 if [ "x$IS_NIGHTLY" = "xyes" ]; then
6 # Some nightlies (eg: Mulet) don't want these set.
7 MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
8 MOZ_AUTOMATION_UPDATE_PACKAGING=${MOZ_AUTOMATION_UPDATE_PACKAGING-1}
11 # Some builds (eg: Mulet) don't want the installer, so only set this if it
12 # hasn't already been set.
13 MOZ_AUTOMATION_INSTALLER=${MOZ_AUTOMATION_INSTALLER-1}
15 export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=c:/builds/crash-stats-api.token
17 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
18 export MAKECAB=$TOOLTOOL_DIR/makecab.exe