summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-12-21 11:50:29 -0500
committerJesse Keating <jkeating@redhat.com>2008-12-21 19:40:41 -0800
commitd224591a27ae6b180a514d385bce304b0a2ea9a1 (patch)
treefaf37e19058e4cf7c7e222e6949c26e79061068c /etc
parentf361fde09b4063026dc1e644511db3041dec275d (diff)
downloadmock-d224591a27ae6b180a514d385bce304b0a2ea9a1.tar.gz
mock-d224591a27ae6b180a514d385bce304b0a2ea9a1.tar.xz
mock-d224591a27ae6b180a514d385bce304b0a2ea9a1.zip
Don't disable ccache on epel-5, it is available
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/mock/epel-5-i386.cfg3
-rw-r--r--etc/mock/epel-5-ppc.cfg3
-rw-r--r--etc/mock/epel-5-x86_64.cfg3
3 files changed, 0 insertions, 9 deletions
diff --git a/etc/mock/epel-5-i386.cfg b/etc/mock/epel-5-i386.cfg
index 30c66ee..9b9b6ef 100644
--- a/etc/mock/epel-5-i386.cfg
+++ b/etc/mock/epel-5-i386.cfg
@@ -3,9 +3,6 @@ config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
-# ccache not available on epel5
-config_opts['plugin_conf']['ccache_enable'] = False
-
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
diff --git a/etc/mock/epel-5-ppc.cfg b/etc/mock/epel-5-ppc.cfg
index b07d136..1bd72a7 100644
--- a/etc/mock/epel-5-ppc.cfg
+++ b/etc/mock/epel-5-ppc.cfg
@@ -3,9 +3,6 @@ config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
-# ccache not available on epel5
-config_opts['plugin_conf']['ccache_enable'] = False
-
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum
diff --git a/etc/mock/epel-5-x86_64.cfg b/etc/mock/epel-5-x86_64.cfg
index d0a8cde..0fe89d4 100644
--- a/etc/mock/epel-5-x86_64.cfg
+++ b/etc/mock/epel-5-x86_64.cfg
@@ -3,9 +3,6 @@ config_opts['target_arch'] = 'x86_64'
config_opts['chroot_setup_cmd'] = 'install buildsys-build'
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst
-# ccache not available on epel5
-config_opts['plugin_conf']['ccache_enable'] = False
-
config_opts['yum.conf'] = """
[main]
cachedir=/var/cache/yum