version 1.22, 2021/12/21 13:57:47
|
version 1.23, 2021/12/21 15:43:57
|
Line 165 if ($dist =~ /^fedora(\d+)$/) {
|
Line 165 if ($dist =~ /^fedora(\d+)$/) {
|
gpg => 'versions/alma/RPM-GPG-KEY-loncapa', |
gpg => 'versions/alma/RPM-GPG-KEY-loncapa', |
gpgchk => 1, |
gpgchk => 1, |
}, |
}, |
centos-stream => { |
'centos-stream' => { |
title => 'CentOS Stream', |
title => 'CentOS Stream', |
path => 'centos/loncapa', |
path => 'centos/loncapa', |
gpg => 'versions/centos/RPM-GPG-KEY-loncapa', |
gpg => 'versions/centos/RPM-GPG-KEY-loncapa', |
gpgchk => 1, |
gpgchk => 1, |
}, |
}, |
); |
); |
if (ref($info{$type}) eq 'HASH') { |
if (ref($info{$type}) eq 'HASH') { |
if ($ver > 4) { |
if ($ver > 4) { |