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

Change ots upgrade to only accept one file at a time #80

Conversation

petertodd
Copy link
Member

@petertodd petertodd commented Mar 11, 2018

Multiple files confuses the logic, and unlike stamp - where a merkle tree is created over all files - there isn't a natural efficiency gain from upgrading multiple files at once. Note how the xargs command can easily replace this functionality in a more generic way.

Relevant discussion: #71

Multiple files confuses the logic, and unlike `stamp` - where a merkle
tree is created over all files - there isn't a natural efficiency gain
from upgrading multiple files at once.
@kanzure
Copy link
Contributor

kanzure commented Dec 23, 2019

An efficiency gain is implemented in #109 (runtime cache to avoid multiple checks against calendar servers for the same commitment) but this is not entirely incompatible in concept with changing upgrade to only upgrade one file at a time.

@petertodd petertodd closed this Mar 15, 2023
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