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

Don't update system automatically #30

Open
ebknudsen opened this issue Aug 30, 2024 · 2 comments
Open

Don't update system automatically #30

ebknudsen opened this issue Aug 30, 2024 · 2 comments

Comments

@ebknudsen
Copy link
Collaborator

It is not good practice to force system updates. This should not be done if dependencies can be met otherwise.
It creates a bad situation when dealing with cluster-nodes, where a build node might get out of sync with others.
(in a large-scale cluster situation easybuild is probably a better route.)

For debian, an example solution is to check for existing dependencies with apt but don't upgrade if not necessary.
Maybe a separate script for installing all dependencies if they're not there.

@ebknudsen
Copy link
Collaborator Author

for apt-get we should simply add the flag "--no-upgrade". That way already installed packages will not be upgraded, i..e. system will only be changed if necessary.

@ebknudsen
Copy link
Collaborator Author

similar for Arch, but some pther option for pacman is needed

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

No branches or pull requests

1 participant