Skip to content

fix config.makefile error and change evre pv name

Di Wang requested to merge diwang/e3-mrfioc2:master into master

CHANGELOG

  1. fix: update submodule
  2. feat: use ":" rather than "-" for embedded EVR pv. TD-M:Ctrl-EVG-1:U-Ena-Sel -> TD-M:Ctrl-EVG-1:U:Ena-Sel
  3. fix: unknown git get-url command error in config.Makefile. Use git config --get remote.origin.url instead of git remote get-url to get repo url. The subcommand get-url does not work on old git version (1.8 on CentOS7).
  4. fix: remove EPICS_MODULE_TAG macro output in config.Makefile. This macro is not exported in e3, it is empty.

Merge request reports

Loading