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
There are several (repo->mode == OSTREE_REPO_MODE_BARE || repo->mode == OSTREE_REPO_MODE_BARE_USER) assertions in the delta code. Does this only happen with mirroring, or with all attempts to use deltas and archive-z2?
Also, using --commit-metadata-only should likely disable deltas?
Deltas can have fallbacks, in which case the normal commit-pulling code is called, so the combination of OSTREE_REPO_PULL_FLAGS_COMMIT_ONLY and deltas does have a small, reasonable effect. On the other hand, I will note that git has no equivalent flag; is commit-metadata-only actually useful? IIRC most commits are a timestamp and not much else.
Currently we abort:
The text was updated successfully, but these errors were encountered: