builder-web/bin
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
..
migrations content addressing migration: add indices 2024-01-09 14:31:49 +00:00
builder_db_app.ml Implement builder-db vacuum {older-than,latest-n} 2024-02-12 15:09:08 +01:00
builder_system.ml Fixed that cachedir should default to being relative to given datadir 2022-04-06 13:47:07 +02:00
builder_web_app.ml whitespace-cleanup 2023-09-19 15:07:47 +02:00
dune auto-format 2023-09-12 13:10:10 +02:00