Diff for /loncom/debugging_tools/modify_config_files.pl between versions 1.22 and 1.23

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) {

Removed from v.1.22  
changed lines
  Added in v.1.23


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>