-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win_updates - change progress handler
Changes the win_updates progress handler to use an ephemeral named pipe instead of temporary files. This should fix up problems with the action plugin trying to cleanup the file on a failure as there is now nothing to cleanup. The logging mechanism for the module has also been expanded to cover more scenarios around the background process that was missing before. This should make it more viable to debug failing scenarios than it was before. More error handling around broken connections or other connection problems that installing updates can introduce have been added. It should make the update process more resiliant than before.
- Loading branch information
Showing
18 changed files
with
1,278 additions
and
936 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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.