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

common: Remove the runtime dependency on lsb_release #11365

Merged
merged 1 commit into from Oct 31, 2016

Conversation

badone
Copy link
Contributor

@badone badone commented Oct 7, 2016

With modern releases we should be able to make do with the call to
os_release_parse only which uses /etc/os-release which should be available on
most (all?) releases we currently support. this then allows us to remove the
runtime dependency which pulls in several other packages and would be nice to
avoid.

Fixes: http://tracker.ceph.com/issues/17425
Signed-off-by: Brad Hubbard bhubbard@redhat.com

With modern releases we should be able to make do with the call to
os_release_parse only which uses /etc/os-release which should be available on
most (all?) releases we currently support. this then allows us to remove the
runtime dependency which pulls in several other packages and would be nice to
avoid.

Fixes: http://tracker.ceph.com/issues/17425
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
@alfredodeza
Copy link
Contributor

test this please

@badone
Copy link
Contributor Author

badone commented Oct 7, 2016

The error seems unrelated. If it fails again will rebase this tomorrow as suggested by @alfredodeza

Thanks mate :)

@liewegas
Copy link
Member

liewegas commented Oct 7, 2016

👍

1 similar comment
@ktdreyer
Copy link
Member

👍

@yuriw yuriw merged commit a7dae73 into ceph:master Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants