FIX: change name weekly-check to db-check

This commit is contained in:
2023-02-06 11:16:11 +00:00
parent 3052bbefa1
commit 6299d3d691
4 changed files with 45 additions and 44 deletions

View File

@ -11,8 +11,8 @@ There are for the moment two possible checks:
1) Dependency checker <br>
Check for module dependencies status and change their status accordingly.
2) Weekly Pmodules checker <br>
Report new, deleted or changed modules and write it to a pmodules_changes.md file.
2) Pmodules Database checker <br>
Report new, deleted or changed modules, write it to the database and print changes to pmodules_changes.md.
## Usage
On Merlin need to first load a Python3:
@ -33,8 +33,8 @@ python3 pmodules_tools/pmodules_tools.py --help
python3 pmodules_tools/pmodules_tools.py --deps-check # or -d
```
### Weekly Pmodules checker
### Pmodules Database checker
```sh
python3 pmodules_tools/pmodules_tools.py --weekly-check # or -w
python3 pmodules_tools/pmodules_tools.py --db-check # or -w
```