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.
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 calledNFD_DEV_241009_A9
. However, if you rundbt-build -n last_fddaq
it'll create a work area based on NFD_DEV_241009_A9 and calledlast_fddaq
. It would be preferable if the true nightly release was used as the directory name in this situation.