[PATCH/mock] Don't disable ccache on epel-5, it is available

Todd Zullinger tmz at pobox.com
Thu Nov 27 02:16:31 UTC 2008


Signed-off-by: Todd Zullinger <tmz at pobox.com>
---

I've wondered why ccache is disabled in the epel-5 mock configs.  The
ccache package is available in epel 5 now, so it seems reasonable to
leave it enabled.  Unless I'm missing something obvious, that is. ;)

 etc/mock/epel-5-i386.cfg   |    3 ---
 etc/mock/epel-5-ppc.cfg    |    3 ---
 etc/mock/epel-5-x86_64.cfg |    3 ---
 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
-- 
1.6.0.4

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lazlo's Chinese Relativity Axiom:
    No matter how great your triumphs or how tragic your defeats --
    approximately one billion Chinese couldn't care less.




More information about the Fedora-buildsys-list mailing list