You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Deleting a build in mistry (e.g. for freeing up disk space) is not a straightforward task:
it's filesystem-dependent
it has to be done with care with regards to the latest link (i.e. builds pointed to by the latest link should not be deleted)
For this reason, we should have a CLI command in the server binary (mistryd) that is aware of the above and can be used to easily delete specific builds.
Something like:
$ mistryd delete-build <build-id>
The text was updated successfully, but these errors were encountered:
Deleting a build in mistry (e.g. for freeing up disk space) is not a straightforward task:
For this reason, we should have a CLI command in the server binary (mistryd) that is aware of the above and can be used to easily delete specific builds.
Something like:
The text was updated successfully, but these errors were encountered: