environment_variables.txt 1.2 KB

12345678910111213141516171819202122232425
  1. This file lists the environment variables that Raptor detects and their
  2. purpose. In some cases, when an environment variable is not set in the
  3. environment, Raptor will give it a default value which is also listed.
  4. Name: SBS_HOME
  5. Default: The directory containing the bin\sbs.bat batch file on
  6. Windows; the directory containing the bin/sbs Bash shell
  7. script on Linux.
  8. Description: Location for Raptor's script, FLMs, configuration files,
  9. and certain supporting utilities.
  10. Versions: Optional from Raptor v2.9.0; essential for earlier versions.
  11. Platforms: All
  12. Name: SBS_CYGWIN_TMP
  13. Default: %TEMP%
  14. Description: Location for Cygwin's /tmp directory; Cygwin's default
  15. value for this is %TEMP% which can cause problems in
  16. cluster builds. Set SBS_CYGWIN_TMP to point to an existing
  17. directory that can be made available to all nodes in a
  18. cluster build. Must be a full path including drive letter.
  19. Versions: New in Raptor v2.16.4; not detected in earlier versions.
  20. Platforms: Windows only