builder-web/db
Reynir Björnsson d4da5a199f Implement builder-db vacuum {older-than,latest-n}
- `builder-db vacuum older-than [--job JOBNAME] RFC3339` removes all
  builds in `JOBNAME` (defaults to all jobs) that were built before
  `RFC3339`.
- `builder-db vacuum except-latest [--job JOBNAME] LATEST-N` removes all
  builds in `JOBNNAME` (defaults to all jobs) except for the latest
  `LATEST-N` builds (successful or not).
2024-02-12 15:09:08 +01:00
..
builder_db.ml Implement builder-db vacuum {older-than,latest-n} 2024-02-12 15:09:08 +01:00
builder_db.mli Implement builder-db vacuum {older-than,latest-n} 2024-02-12 15:09:08 +01:00
dune auto-format 2023-09-12 13:10:10 +02:00
representation.ml WIP content addressing 2024-01-09 13:32:08 +00:00