matrix-org / rageshake

Bug report server
Apache License 2.0
30 stars 12 forks source link

Refactor docker build #71

Closed michaelkaye closed 1 year ago

michaelkaye commented 1 year ago

The two changes are:

Tested on this fork of the repo; we can see:

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/)

michaelkaye commented 1 year ago

(adding Quentin for review as we discussed these changes earlier)