Closed brianhlin closed 1 year ago
This is fixed by PR #320 The linked PR in the other repo breaks RHEL platform detection
@jdost321 @mmascher To patch an existing Factory you can replace /var/lib/gwms-factory/web-base/condor_platform_select.sh
with https://raw.githubusercontent.com/mambelli/glideinwms/v310/add_debian11/creation/web_base/condor_platform_select.sh and run an upgrade command.
Resolved, in v3_10_3
The block that checks for
/etc/os-release
never gets checked for Debian 11 hosts, which are missing both/etc/redhat-release
and/etc/lsb-release
https://github.com/glideinWMS/glideinWMS/blob/branch_v3_11/creation/web_base/condor_platform_select.sh#L127-L152