File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -413,12 +413,18 @@ install(FILES example-default.json
413413 streamerinfos_v017.root
414414 DESTINATION etc)
415415
416- install (PROGRAMS script /RepoCleaner/rules/1_per_hour.py script /RepoCleaner/Ccdb.py script /RepoCleaner/rules/skip.py
417- script /RepoCleaner/repoCleaner.py script /RepoCleaner/rules/1_per_run.py script /RepoCleaner/rules/none_kept.py
418- script /o2-qc-functional-test.sh
419- script /o2-qc-multinode-test.sh
416+ install (PROGRAMS script /RepoCleaner/o2-qc-repo-cleaner
417+ script /o2-qc-functional-test.sh
418+ script /o2-qc-multinode-test.sh
420419 DESTINATION bin)
421420
421+ install (FILES script /RepoCleaner/rules/1_per_hour.py
422+ script /RepoCleaner/Ccdb.py
423+ script /RepoCleaner/rules/skip.py
424+ script /RepoCleaner/rules/1_per_run.py
425+ script /RepoCleaner/rules/none_kept.py
426+ DESTINATION lib)
427+
422428# ---- Copy test files ----
423429#
424430# Using file(COPY is wrong because cmake will not detect when the files are modified.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11Here are the tools to clean up the CCDB of the QC.
22
33## Entry point
4- It is ` repoCleaner.py ` . See the long comment at the beginning.
4+ It is ` o2-qc-repo-cleaner ` . See the long comment at the beginning.
55
66## Usage
77```
8- ./repoCleaner [--dry-run] [--log-level 10] [--config config.yaml]
8+ ./o2-qc-repo-cleaner [--dry-run] [--log-level 10] [--config config.yaml]
99```
1010
1111## Configuration
File renamed without changes.
You can’t perform that action at this time.
0 commit comments