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

Make incremental net update mechanism #212

Open
bernstbj opened this issue Jan 9, 2024 · 0 comments
Open

Make incremental net update mechanism #212

bernstbj opened this issue Jan 9, 2024 · 0 comments
Assignees

Comments

@bernstbj
Copy link
Collaborator

bernstbj commented Jan 9, 2024

net update grabs the entire distribution as a PAK file and overwrites everything, even if it hasn't changed.

Add a mechanism to support updating only the files which have changed. Have to STAT each file in last-to-current build, and then build a PAK out of just the ones that differ between builds.

@bernstbj bernstbj self-assigned this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant