DUNE-DAQ / daq-buildtools

Make life for developers easier through a collection of CMake functions and scripts
0 stars 1 forks source link

"dbt-build -n last_fddaq" shouldn't create a directory literally called "last_fddaq" #284

Closed jcfreeman2 closed 1 month ago

jcfreeman2 commented 1 month ago

Right now in daq-buildtools, if you run dbt-build -n NFD_DEV_241009_A9 (for example) it'll create a work area based on NFD_DEV_241009_A9 and called NFD_DEV_241009_A9. However, if you run dbt-build -n last_fddaq it'll create a work area based on NFD_DEV_241009_A9 and called last_fddaq. It would be preferable if the true nightly release was used as the directory name in this situation.

jcfreeman2 commented 1 month ago

Handled via Andrew's PR #285