positional arguments:
LIMIT application_name retention limits in days (each
formatted app-name:10)
options:
-h, --help show this help message and exit
--max-days MAX_DAYS Search all days until this maximum
--days-to-check DAYS_TO_CHECK
Explicitly supply days in the past to check for
deletion, eg '1,2,3,5'
--exclude-mxids-file EXCLUDE_MXIDS_FILE
Supply a text file containing one mxid per line to
exclude from cleanup. Blank lines and lines starting #
are ignored.
--dry-run Dry run (do not delete)
--path PATH Root path of rageshakes (eg /home/rageshakes/bugs/)
The two changes are:
latest
- only the main build.Tested on this fork of the repo; we can see:
latest
here: https://github.com/michaelkaye/rageshake/pkgs/container/rageshake/versions?filters[version_type]=taggedthe new docker container contains the script and works at a basic level
Cleanup rageshake files on disk
positional arguments: LIMIT application_name retention limits in days (each formatted app-name:10)
options: -h, --help show this help message and exit --max-days MAX_DAYS Search all days until this maximum --days-to-check DAYS_TO_CHECK Explicitly supply days in the past to check for deletion, eg '1,2,3,5' --exclude-mxids-file EXCLUDE_MXIDS_FILE Supply a text file containing one mxid per line to exclude from cleanup. Blank lines and lines starting # are ignored. --dry-run Dry run (do not delete) --path PATH Root path of rageshakes (eg /home/rageshakes/bugs/)