Add detection for redhat enterprise server to distro.py (#2262)

This commit is contained in:
Todd Gamblin 2016-11-06 14:23:21 -08:00 committed by GitHub
parent 6f2c05b888
commit 544b147370

View file

@ -60,7 +60,8 @@
#: * Value: Normalized value.
NORMALIZED_LSB_ID = {
'enterpriseenterprise': 'oracle', # Oracle Enterprise Linux
'redhatenterpriseworkstation': 'rhel', # RHEL 6.7
'redhatenterpriseworkstation': 'rhel', # RHEL 6, 7 Workstation
'redhatenterpriseserver': 'rhel', # RHEL 6, 7 Server
}
#: Translation table for normalizing the distro ID derived from the file name