-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: RemoveBlob / RemoveDescriptors
Implement `RemoveBlob` to remove a blob from the SIF without updating the RootIndex. Implement `RemoveDescriptors` to remove specified descriptors from the SIF RootIndex, and clean up any orphan blobs. In order that `RemoveDescriptors` can be run without requiring a temp dir, the update code is modified so that cache directory creation is lazy. Fixes #84
- Loading branch information
Showing
6 changed files
with
193 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters