-
Notifications
You must be signed in to change notification settings - Fork 217
Port to 2.0.0: Add RHEL 6 and CentOS 6 distro detection #3188
Port to 2.0.0: Add RHEL 6 and CentOS 6 distro detection #3188
Conversation
This change adds RHEL 6 and CentOS 6 distro detection. These distros don't have the /etc/os-release file and so we use an alternative source of the truth that is the /etc/redhat-release file.
@@ -85,6 +85,8 @@ private static string GetDistroVersionId() | |||
|
|||
private static DistroInfo LoadDistroInfo() | |||
{ | |||
DistroInfo result = null; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
test Tizen armel Release Build |
@weshaggard can you please review so that we can merge it to 2.0.0? |
The changes look good to me. Did we get shiproom approval? |
@weshaggard actually, I have not sent the request yet. I will do it. |
@weshaggard oops, I've actually already sent that email yesterday. Sorry for the confusion. |
This change adds RHEL 6 and CentOS 6 distro detection. These distros
don't have the /etc/os-release file and so we use an alternative source
of the truth that is the /etc/redhat-release file.