[pbuilder] 01/01: pbuilderrc.5: correct default for CCACHEDIR, which is not enabled by default

Mattia Rizzolo mattia at debian.org
Sat Jan 14 16:12:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository pbuilder.

commit fbff0b166a0f3c043750bd9e06c5b5fe41cb01a2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Jan 14 17:12:45 2017 +0100

    pbuilderrc.5: correct default for CCACHEDIR, which is not enabled by default
---
 pbuilderrc.5 | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 4381968..d095154 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -125,13 +125,26 @@ Enable or disable the builtin eatmydata support.
 For this to work the library of the same architecture as the one inside the
 chroot has to be installed in the host.
 .TP
-.BI "CCACHEDIR=" "/var/cache/pbuilder/ccache"
+.BI "CCACHEDIR=" ""
 Specifies where ccache will keep its cached compiler output.
 If this is specified, ccache will be installed upon pbuilder create or
-pbuilder update, /usr/lib/ccache will be prepended to the PATH,
-CCACHEDIR will be bind-mounted in the chroot, and CCACHE_DIR will be
-set to CCACHEDIR.  Note that files in CCACHEDIR are chowned to
-BUILDUSERID (1234 by default).
+pbuilder update,
+.I /usr/lib/ccache
+will be prepended to the
+.BR PATH ,
+.B CCACHEDIR
+will be bind-mounted in the chroot, and
+.B CCACHE_DIR
+(ccache variable) will be set to
+.BR CCACHEDIR .
+Note that files in
+.B CCACHEDIR
+are chowned to
+.B BUILDUSERID
+(1234 by default).
+.br
+.I ccache
+is disabled by default.
 .TP
 .BI "BUILDRESULTUID="
 .TP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/pbuilder.git



More information about the Pbuilder-maint mailing list