aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authordancer <dancer>2005-12-12 00:32:38 +0000
committerdancer <dancer>2005-12-12 00:32:38 +0000
commit620881f9de7d3ab459ca3d9de3fc48f39d946bf5 (patch)
treead660f060830f63fdfaa3c10d81ff78ce17949b2 /Documentation
parentbe7898a7a8c834385f94256e636b731486c7b2e0 (diff)
downloadpbuilder-620881f9de7d3ab459ca3d9de3fc48f39d946bf5.tar
pbuilder-620881f9de7d3ab459ca3d9de3fc48f39d946bf5.tar.gz
add a regression testsuite.
Document that ccache requires cache directory to be writable by the user within chroot. re #342665
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pbuilder-doc.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 6f7556d..6d14d7c 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -1047,6 +1047,9 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell
<title>How to use ccache</title>
<para>
To use ccache with pbuilder, use the following for configuration.
+ Note that the directory used for CCACHE_DIR needs to exist, and
+ be writable by user within chroot.
+ The default user within chroot is uid=1234.
</para>
<screen>
export CCACHE_DIR="/var/cache/pbuilder/ccache"