From f20979cb54a6474c50a5d50e2ac3368602c6cd5a Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 4 Jun 2012 07:20:22 +0900 Subject: set ccachedir to default to off. It's a minor optimization that a developer may choose to enable at the cost of incompatibility and some bugs. (closes: #675691, #675843, #670651) I could go around fixing all those bugs but I would rather like to not force everyone to use ccache when ccache is not for everybody. --- pbuilderrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index 691e46d..8462728 100644 --- a/pbuilderrc +++ b/pbuilderrc @@ -29,7 +29,8 @@ REMOVEPACKAGES="" #HOOKDIR="/usr/lib/pbuilder/hooks" HOOKDIR="" # NB: this var is private to pbuilder; ccache uses "CCACHE_DIR" instead -CCACHEDIR="/var/cache/pbuilder/ccache" +# CCACHEDIR="/var/cache/pbuilder/ccache" +CCACHEDIR="" # make debconf not interact with user export DEBIAN_FRONTEND="noninteractive" -- cgit v1.2.3