-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make installing equal versions a no-op (#46)
* make installing equal versions a no-op Here we introduce a "non-error" `sm.ErrNoAction` to signal to the task handler that there is nothing more to do (as though there were a real error condition), but that the task handler should continue processing additional firmware install tasks. The result of this change is that attempting to install firmware at a version already installed will not fail the task. This should avoid the need to force install a firmware set which may overwrite firmware already at the correct version and thus cost more time to apply a condition. * remove ErrNoAction but keep the tests
- Loading branch information
Showing
6 changed files
with
445 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.