diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2012-06-04 07:20:22 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2012-06-04 07:20:22 +0900 |
commit | f20979cb54a6474c50a5d50e2ac3368602c6cd5a (patch) | |
tree | 184a155d8cf132cbe286755581f8d7d5bb5e69b7 /pbuilderrc | |
parent | 9bb81ec6dc919516aa97fc38d75b32913bcafc33 (diff) | |
download | pbuilder-f20979cb54a6474c50a5d50e2ac3368602c6cd5a.tar pbuilder-f20979cb54a6474c50a5d50e2ac3368602c6cd5a.tar.gz |
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.
Diffstat (limited to 'pbuilderrc')
-rw-r--r-- | pbuilderrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |