Skip to content

tdaq release tag

Carlo Alberto Gottardo requested to merge tdaq-release-tag into master

The kernel object makefile uses two variables: TDAQ_RELEASE and RELEASE_TAG.

Variable Default Value Set in Use
TDAQ_RELEASE tdaq-11-02-01 hard-coded in scripts/setup_tags.sh proc output
RELEASE_TAG ROSRCDdrivers-99-00-00 scripts/setup_tags.sh but changed by the CI upon tag proc output and folder name

Before this change TDAQ_RELEASE was called RELEASE_name and contained the RELEASE_TAG, while RELEASE_TAG contained the corresponding digits e.g. 99.0.0

Merge request reports