summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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]