emqx_vars 895 B

1234567891011121314151617181920212223
  1. ######################################################################
  2. ## NOTE: Do NOT replace this file during release upgrade.
  3. ## Update the vars to the end of this file instead.
  4. ######################################################################
  5. ## constants from relx template
  6. REL_VSN="{{ release_version }}"
  7. ERTS_VSN="{{ erts_vsn }}"
  8. ERL_OPTS="{{ erl_opts }}"
  9. RUNNER_ROOT_DIR="{{ runner_root_dir }}"
  10. RUNNER_BIN_DIR="{{ runner_bin_dir }}"
  11. RUNNER_LOG_DIR="{{ runner_log_dir }}"
  12. RUNNER_LIB_DIR="{{ runner_lib_dir }}"
  13. RUNNER_ETC_DIR="{{ runner_etc_dir }}"
  14. RUNNER_DATA_DIR="{{ runner_data_dir }}"
  15. RUNNER_USER="{{ runner_user }}"
  16. EMQX_DISCR="{{ emqx_description }}"
  17. LIB_EKKA_DIR="${RUNNER_LIB_DIR}/ekka-$(grep ekka "${RUNNER_ROOT_DIR}/releases/RELEASES" | awk -F '\"' '{print $2}')"
  18. ## computed vars
  19. REL_NAME="emqx"
  20. ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
  21. ## updated vars here