Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
atlasexternals
Commits
1536227d
Commit
1536227d
authored
Jun 10, 2022
by
Attila Krasznahorkay
Browse files
Merge branch 'RHEL8PlusSupport-master-20220610' into 'master'
RHEL 8+ Support, master branch (2022.06.10) See merge request
!961
parents
ba2d68ba
d3dc0321
Pipeline
#4080543
passed with stage
in 59 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Build/AtlasCMake/modules/AtlasInternals.cmake
View file @
1536227d
...
...
@@ -182,7 +182,8 @@ function( atlas_os_id os isValid )
elseif
(
(
_linuxId MATCHES
"CentOS"
)
OR
(
_linuxId MATCHES
"centos"
)
)
set
(
_linuxShort
"centos"
)
elseif
(
_linuxId MATCHES
"RedHat"
)
elseif
(
(
_linuxId MATCHES
"RedHat"
)
OR
(
_linuxId MATCHES
"rhel"
)
)
set
(
_linuxShort
"rhel"
)
elseif
(
_linuxId MATCHES
"Debian"
)
set
(
_linuxShort
"debian"
)
...
...
Build/AtlasLCG/LCGConfig.cmake
View file @
1536227d
...
...
@@ -135,7 +135,8 @@ function( lcg_os_id os isValid )
elseif
(
(
_lcgLinuxId MATCHES
"CentOS"
)
OR
(
_lcgLinuxId MATCHES
"centos"
)
)
set
(
_linuxShort
"centos"
)
elseif
(
_lcgLinuxId MATCHES
"RedHat"
)
elseif
(
(
_lcgLinuxId MATCHES
"RedHat"
)
OR
(
_lcgLinuxId MATCHES
"rhel"
)
)
set
(
_linuxShort
"rhel"
)
elseif
(
_lcgLinuxId MATCHES
"Debian"
)
set
(
_linuxShort
"debian"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment