Skip to content
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

docs: Describe offline updates with static deltas #3245

Merged
merged 1 commit into from
May 16, 2024

Conversation

cgwalters
Copy link
Member

This one isn't immediately obvious that it's possible.

$ ostree --repo=/path/to/repo static-delta generate --min-fallback-size=0 --filename=delta-update-file --from=<from> <to>
```

Note the usage of `--min-fallback-size=0` to ensure that the delta is self-cotnained.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note the usage of `--min-fallback-size=0` to ensure that the delta is self-cotnained.
Note the usage of `--min-fallback-size=0` to ensure that the delta is self-contained.

This one isn't immediately obvious that it's possible.

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters merged commit 4ed4d61 into ostreedev:main May 16, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants