[LON-CAPA-cvs] cvs: loncom /debugging_tools modify_config_files.pl

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Tue, 24 Apr 2007 13:09:40 -0000


raeburn		Tue Apr 24 09:09:40 2007 EDT

  Modified files:              
    /loncom/debugging_tools	modify_config_files.pl 
  Log:
  GPG key moved.
  
  
Index: loncom/debugging_tools/modify_config_files.pl
diff -u loncom/debugging_tools/modify_config_files.pl:1.6 loncom/debugging_tools/modify_config_files.pl:1.7
--- loncom/debugging_tools/modify_config_files.pl:1.6	Mon Apr 23 16:04:54 2007
+++ loncom/debugging_tools/modify_config_files.pl	Tue Apr 24 09:09:40 2007
@@ -2,7 +2,7 @@
 #
 # The LearningOnline Network
 #
-# $Id: modify_config_files.pl,v 1.6 2007/04/23 20:04:54 raeburn Exp $
+# $Id: modify_config_files.pl,v 1.7 2007/04/24 13:09:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -100,7 +100,7 @@
                }, {section => 'loncapa-updates-$basearch',
                    key     => 'gpgkey=',
                    value   => 'http://install.loncapa.org/versions/redhat/'.
-                              'RHEL/RPM-GPG-KEY-loncapa',
+                              'RPM-GPG-KEY-loncapa',
                }, {section => 'loncapa-updates-noarch',
                    key     => 'name=',
                    value   => 'RHEL $releasever LON-CAPA noarch Updates',
@@ -114,7 +114,7 @@
                }, {section => 'loncapa-updates-noarch',
                    key     => 'gpgkey=',
                    value   => 'http://install.loncapa.org/versions/redhat/'.
-                              'RHEL/RPM-GPG-KEY-loncapa',
+                              'RPM-GPG-KEY-loncapa',
                }]);
     }
 }