[LON-CAPA-cvs] cvs: loncom /debugging_tools modify_config_files.pl
raeburn
raeburn at source.lon-capa.org
Tue Jul 30 23:39:21 EDT 2024
raeburn Wed Jul 31 03:39:21 2024 EDT
Modified files:
/loncom/debugging_tools modify_config_files.pl
Log:
- distro names for CentOS Stream are centos8-stream and centos9-stream.
Index: loncom/debugging_tools/modify_config_files.pl
diff -u loncom/debugging_tools/modify_config_files.pl:1.28 loncom/debugging_tools/modify_config_files.pl:1.29
--- loncom/debugging_tools/modify_config_files.pl:1.28 Tue Jul 30 18:26:49 2024
+++ loncom/debugging_tools/modify_config_files.pl Wed Jul 31 03:39:20 2024
@@ -2,7 +2,7 @@
#
# The LearningOnline Network
#
-# $Id: modify_config_files.pl,v 1.28 2024/07/30 18:26:49 raeburn Exp $
+# $Id: modify_config_files.pl,v 1.29 2024/07/31 03:39:20 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -373,7 +373,7 @@
if ($1 >= 22) {
$needs_inputrc_check = 1;
}
-} elsif ($dist =~ /^(?:rhes|oracle|alma|rocky|centos-stream)(\d+)$/) {
+} elsif ($dist =~ /^(?:rhes|oracle|alma|rocky|centos)(\d+)(?:|\-stream)$/) {
if ($1 >= 9) {
$needs_inputrc_check = 1;
}
More information about the LON-CAPA-cvs
mailing list