summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-21 16:09:54 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-21 16:09:54 -0500
commit097d1b0dcb57c06da03b05bab2b18d88f05f1780 (patch)
tree7ff11160b08158a516bf86fafc133c3b2cbe3d4b
parent2344880763d4417e2d3e6f4690b3da3c6f6d9103 (diff)
downloadmock-097d1b0dcb57c06da03b05bab2b18d88f05f1780.tar.gz
mock-097d1b0dcb57c06da03b05bab2b18d88f05f1780.tar.xz
mock-097d1b0dcb57c06da03b05bab2b18d88f05f1780.zip
fixup config options to match new format.
-rw-r--r--etc/fedora-4-i386-epel.cfg2
-rw-r--r--etc/fedora-4-ppc-epel.cfg2
-rw-r--r--etc/fedora-4-x86_64-epel.cfg2
-rw-r--r--etc/fedora-5-i386-epel.cfg2
-rw-r--r--etc/fedora-5-ppc-epel.cfg2
-rw-r--r--etc/fedora-5-x86_64-epel.cfg2
6 files changed, 6 insertions, 6 deletions
diff --git a/etc/fedora-4-i386-epel.cfg b/etc/fedora-4-i386-epel.cfg
index fabd218..46f58af 100644
--- a/etc/fedora-4-i386-epel.cfg
+++ b/etc/fedora-4-i386-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel4
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
diff --git a/etc/fedora-4-ppc-epel.cfg b/etc/fedora-4-ppc-epel.cfg
index 74ef13d..154b765 100644
--- a/etc/fedora-4-ppc-epel.cfg
+++ b/etc/fedora-4-ppc-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel4
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
diff --git a/etc/fedora-4-x86_64-epel.cfg b/etc/fedora-4-x86_64-epel.cfg
index 747ba1f..77a1fb1 100644
--- a/etc/fedora-4-x86_64-epel.cfg
+++ b/etc/fedora-4-x86_64-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel4
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
diff --git a/etc/fedora-5-i386-epel.cfg b/etc/fedora-5-i386-epel.cfg
index bff7abd..4b38712 100644
--- a/etc/fedora-5-i386-epel.cfg
+++ b/etc/fedora-5-i386-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel5
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
diff --git a/etc/fedora-5-ppc-epel.cfg b/etc/fedora-5-ppc-epel.cfg
index 8ac0ba2..a2e6ddb 100644
--- a/etc/fedora-5-ppc-epel.cfg
+++ b/etc/fedora-5-ppc-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel5
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]
diff --git a/etc/fedora-5-x86_64-epel.cfg b/etc/fedora-5-x86_64-epel.cfg
index cedfe9e..66039eb 100644
--- a/etc/fedora-5-x86_64-epel.cfg
+++ b/etc/fedora-5-x86_64-epel.cfg
@@ -4,7 +4,7 @@ config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
# ccache not available on epel5
-config_opts['plugin_conf']['enable_ccache'] = False
+config_opts['plugin_conf']['ccache_enable'] = False
config_opts['yum.conf'] = """
[main]