-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add libarchive backend #130
Closed
Closed
Conversation
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
…sult in debug output
…etect self-extracting archives
It happened that preferMemory was True but because the minimum file count was not specified, the default of 0, would revert to an on-disk index after the very first file.
…accidentally shared list
…et automatically added
…data blocks In particular, happened for tests/single-file-incremental-long-name-mockup.tar when checking this row in _checkIndexValidity: ['/14130613451', '...', 0, 1536, 4, 1633883945.0, 33216, b'0', '', 1000, 1000, 0, 0]
… seeks This is also a prerequisite for the backend check because it happens in checkMetadata and we need to have self._isGnuIncremental initialized at that point for processTarInfo to not show warnings.
…the index This is an extra commit to show that ratarmount can somewhat work with older indexes. A later commit will then store the backend name as metadata.
…ected-access" warning
- [ ] Fix AppImage CI
… subsequent entries after an entry file object is closed
mxmlnkn
force-pushed
the
master
branch
5 times, most recently
from
April 6, 2024 16:17
7f6085c
to
086a1fa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.