Skip to content

Commit 3a6f70f

Browse files
aphecetchektf
authored andcommitted
[O2-621] Rename executables from CCDB
conditions-server -> o2-ccdb-conditions-server conditions-client -> o2-ccdb-conditions-client standalone-client -> o2-ccdb-standalone-client Note the prefix ccdb, which was added to make the standalone-client exe name a bit more descriptive. For the two other executables, o2-ccdb-conditions might be redundant and one may prefer to rename to o2-ccdb-server and o2-ccdb-client maybe ?
1 parent 83f21e2 commit 3a6f70f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CCDB/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ set(BUCKET_NAME CCDB_bucket)
118118
O2_GENERATE_LIBRARY()
119119

120120
Set(Exe_Names
121-
conditions-server
122-
conditions-client
123-
standalone-client
121+
o2-ccdb-conditions-server
122+
o2-ccdb-conditions-client
123+
o2-ccdb-standalone-client
124124
)
125125

126126
Set(Exe_Source

CCDB/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ This will create "DET/Calib/Histo" calibration objects for a hundred runs in the
3838
* In one shell run the server example:
3939

4040
```bash
41-
conditions-server --id parmq-server --mq-config <installation directory>/bin/config/conditions-server.json --first-input-name local://<installation directory>/bin/config/O2CDB --first-input-type OCDB
41+
o2-ccdb-conditions-server --id parmq-server --mq-config <installation directory>/bin/config/conditions-server.json --first-input-name local://<installation directory>/bin/config/O2CDB --first-input-type OCDB
4242
```
4343

4444
* In a separate shell run the client example:
4545

4646
```bash
47-
conditions-client --id parmq-client --mq-config <installation directory>/bin/config/conditions-client.json --data-source OCDB --object-path <installation directory>/bin/config/O2CDB
47+
o2-ccdb-conditions-client --id parmq-client --mq-config <installation directory>/bin/config/conditions-client.json --data-source OCDB --object-path <installation directory>/bin/config/O2CDB
4848
```
4949

5050
* We can also query the running conditions-server using any user code as
@@ -64,7 +64,7 @@ conditions-server --id parmq-server --mq-config <installation directory>/bin/con
6464
* In a separate shell run the client example:
6565

6666
```bash
67-
conditions-client --id parmq-client --mq-config <installation directory>/bin/config/conditions-client.json --data-source Riak
67+
o2-ccdb-conditions-client --id parmq-client --mq-config <installation directory>/bin/config/conditions-client.json --data-source Riak
6868
```
6969

7070
List of optional client arguments:

0 commit comments

Comments
 (0)