-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hostapp: Move supervisor update logic from balenahup
Right now the hostOS update is done through a call to the balenahup proxy action. The code is https://github.com/balena-os/balenahup/blob/master/upgrade-2.x.sh We are moving away from this OS update path over to having the supervisor handle OS updates. As such, we need to move some of the steps from upgrade-2.x.sh over to the hostapp-update script. For a time, until the supervisor managed OS updates are implemented, we will still be using OS updates through the balenahup proxy action with the changes in this commit which should still work as before. Signed-off-by: Florin Sarbu <[email protected]> Change-type: patch
- Loading branch information
Showing
2 changed files
with
250 additions
and
6 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