Skip to content

Commit

Permalink
Merge pull request #57 from DUNE-DAQ/eflumerf/DBPathInBootJson
Browse files Browse the repository at this point in the history
Add DUNEDAQ_DB_PATH to generated boot.json
  • Loading branch information
eflumerf authored Apr 30, 2024
2 parents 549dab2 + 25fdb9b commit e6d2ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/integrationtest/oks_bootjson_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def generate_boot_json(app_names=[], connsvc_port=15000, config_db="test-session
"CMD_FAC": "rest://localhost:{APP_PORT}",
"CONNECTION_SERVER": "localhost",
"DETCHANNELMAPS_SHARE": "getenv",
"DUNEDAQ_DB_PATH": "getenv",
"DUNEDAQ_SHARE_PATH": "getenv",
"INFO_SVC": "file://info_{APP_NAME}_{APP_PORT}.json",
"LD_LIBRARY_PATH": "getenv",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = integrationtest
version = 2.1.0
version = 2.1.1
url = https://github.com/DUNE-DAQ/integrationtest
long_description = file: docs/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit e6d2ea9

Please sign in to comment.