[LON-CAPA-cvs] cvs: loncom /debugging_tools modify_config_files.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 19 Nov 2004 20:46:08 -0000
matthew Fri Nov 19 15:46:08 2004 EDT
Modified files:
/loncom/debugging_tools modify_config_files.pl
Log:
Added gpgcheck=0 to the configuration for the LON-CAPA repositories.
Index: loncom/debugging_tools/modify_config_files.pl
diff -u loncom/debugging_tools/modify_config_files.pl:1.4 loncom/debugging_tools/modify_config_files.pl:1.5
--- loncom/debugging_tools/modify_config_files.pl:1.4 Mon Aug 23 15:47:39 2004
+++ loncom/debugging_tools/modify_config_files.pl Fri Nov 19 15:46:07 2004
@@ -2,7 +2,7 @@
#
# The LearningOnline Network
#
-# $Id: modify_config_files.pl,v 1.4 2004/08/23 19:47:39 matthew Exp $
+# $Id: modify_config_files.pl,v 1.5 2004/11/19 20:46:07 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,6 +62,9 @@
key => 'baseurl=',
value => 'http://install.loncapa.org/fedora/linux/loncapa/'.
'$releasever/i386',
+ }, {section => 'loncapa-updates-i386',
+ key => 'gpgcheck=',
+ value => '0',
}, {section => 'loncapa-updates-noarch',
key => 'name=',
value => 'Fedora Core $releasever LON-CAPA noarch Updates',
@@ -69,6 +72,9 @@
key => 'baseurl=',
value => 'http://install.loncapa.org/fedora/linux/loncapa/'.
'$releasever/noarch',
+ }, {section => 'loncapa-updates-noarch',
+ key => 'gpgcheck=',
+ value => '0',
}]);
my $mysql_global_status =