You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the agent start, both validate and rollback states are ignored
when the "UpgradeToInstallation" is < 0). So even if an new installation
is achieved, UpgradeToInstallation is equal to -1, example:
Without this commit, the agent code reading 'UpgradeToInstallation'
from '/etc/updatehub.conf' and not from persistents data (/data)
Also fixes the update of 'UpgradeToInstallation' after an update.
FixesUpdateHub#197
Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
On the agent start, both validate and rollback states are ignored
when the "UpgradeToInstallation" is < 0). So even if an new installation
is achieved, UpgradeToInstallation is equal to -1, example:
... "update": { "download-dir": "/tmp/updatehub", "supported-install-modes": [ "tarball" ], "upgrade-to-installation": -1 },
The text was updated successfully, but these errors were encountered: