Skip to content

Commit

Permalink
[QC-582] Rename repo cleaner python script (#701)
Browse files Browse the repository at this point in the history
* QC-582 Rename repo cleaner python script

* remove the suffix

* also update doc in repoclaner folder
  • Loading branch information
Barthelemy authored May 19, 2021
1 parent 1eaf464 commit da1023e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 113 deletions.
14 changes: 10 additions & 4 deletions Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,18 @@ install(FILES example-default.json
streamerinfos_v017.root
DESTINATION etc)

install(PROGRAMS script/RepoCleaner/rules/1_per_hour.py script/RepoCleaner/Ccdb.py script/RepoCleaner/rules/skip.py
script/RepoCleaner/repoCleaner.py script/RepoCleaner/rules/1_per_run.py script/RepoCleaner/rules/none_kept.py
script/o2-qc-functional-test.sh
script/o2-qc-multinode-test.sh
install(PROGRAMS script/RepoCleaner/o2-qc-repo-cleaner
script/o2-qc-functional-test.sh
script/o2-qc-multinode-test.sh
DESTINATION bin)

install(FILES script/RepoCleaner/rules/1_per_hour.py
script/RepoCleaner/Ccdb.py
script/RepoCleaner/rules/skip.py
script/RepoCleaner/rules/1_per_run.py
script/RepoCleaner/rules/none_kept.py
DESTINATION lib)

# ---- Copy test files ----
#
# Using file(COPY is wrong because cmake will not detect when the files are modified.
Expand Down
107 changes: 0 additions & 107 deletions Framework/script/RepoCleaner/1_per_run.py

This file was deleted.

4 changes: 2 additions & 2 deletions Framework/script/RepoCleaner/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Here are the tools to clean up the CCDB of the QC.

## Entry point
It is `repoCleaner.py`. See the long comment at the beginning.
It is `o2-qc-repo-cleaner`. See the long comment at the beginning.

## Usage
```
./repoCleaner [--dry-run] [--log-level 10] [--config config.yaml]
./o2-qc-repo-cleaner [--dry-run] [--log-level 10] [--config config.yaml]
```

## Configuration
Expand Down
File renamed without changes.

0 comments on commit da1023e

Please sign in to comment.