Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unattended installer must rollback also the installed dependencies #1239

Open
Tracked by #1223
alberpilot opened this issue Feb 8, 2022 · 1 comment
Open
Tracked by #1223

Comments

@alberpilot
Copy link
Contributor

The unattended installer run is supported by additional dependencies which are installed in an initial installer execution stage.
If the installation goes wrong, a rollback is called but only with the main component, not with the installed dependencies.
The unattended installer must be smart enough to detect what are those installed dependencies (by unattended) and remove them.

@snaow
Copy link
Contributor

snaow commented Apr 21, 2022

We should add as well the removal of those dependencies if the installation was successful, since they are installation dependencies they must not be installed after the installation (they are not needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants