mozconfig.win-common 707 B

1234567891011121314151617
  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/.
  4. if [ "x$IS_NIGHTLY" = "xyes" ]; then
  5. # Some nightlies (eg: Mulet) don't want these set.
  6. MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
  7. MOZ_AUTOMATION_UPDATE_PACKAGING=${MOZ_AUTOMATION_UPDATE_PACKAGING-1}
  8. MOZ_AUTOMATION_SDK=${MOZ_AUTOMATION_SDK-1}
  9. fi
  10. # Some builds (eg: Mulet) don't want the installer, so only set this if it
  11. # hasn't already been set.
  12. MOZ_AUTOMATION_INSTALLER=${MOZ_AUTOMATION_INSTALLER-1}
  13. export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=c:/builds/crash-stats-api.token