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

OTA Requestor for Linux/Darwin uses the wrong version for NotifyUpdateApplied #16498

Closed
carol-apple opened this issue Mar 21, 2022 · 0 comments · Fixed by #16482
Closed

OTA Requestor for Linux/Darwin uses the wrong version for NotifyUpdateApplied #16498

carol-apple opened this issue Mar 21, 2022 · 0 comments · Fixed by #16482
Assignees

Comments

@carol-apple
Copy link
Contributor

Problem

With the merge of #16103, StoreSoftwareVersion is used to save the software version to the configuration manager. There are a few problems with this:

  1. There is no implementation for StoreSoftwareVersion on Linux
  2. The OTARequestor class did not explicitly update mCurrentVersion after any "apply" for Linux platform

Proposed Solution

Actually "apply" the downloaded image so that mCurrentVersion will be correct without additional logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant