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

Fixes #9240: Repository addition in rudder-setup fails when lsb_release is unavailable on Debian like OSes #222

Conversation

Kegeruneku
Copy link

if [ -e /etc/debian_version ]; then
${PM_INSTALL} lsb-release
elif [ -e /etc/centos-release ] || [ -e /etc/redhat-release ]; then
${PM_INSTALL} redhat-lsb-core
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not really need it, so I think we should not install it.

@Kegeruneku Kegeruneku force-pushed the bug_9240/repository_addition_in_rudder_setup_fails_when_lsb_release_is_unavailable_on_debian_like_oses branch from 7a99a0c to 7830004 Compare October 6, 2016 16:16
@Kegeruneku
Copy link
Author

Commit modified

@Normation-Quality-Assistant

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 7830004 into Normation:master Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants