Allow disabling close action after sucessfull update #172
+58
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In order to wait for reboot to mark update as succeeded I added an option to disable reporting update as finished successfully.
Thanks to that we can use an other program (and maybe one day rauc-hawkbit-updater) at boot to report update result.
Here is a chart to explain how the external program works:
sync_version_with_hawkbit: send booted version to hawkbit eclipse-hawkbit/hawkbit#1620
is_hawkbit_update_in_progress: rauc install a version but the box didn't mark the update as a success or a failure yet thanks to this PR
Related issue:
Reports Success Before Being Verified via Reboot #161