diff options
author | dancer <dancer> | 2005-12-01 00:06:57 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-01 00:06:57 +0000 |
commit | 82f200ed8884bcc0ac278cbddc5d4c67c400e253 (patch) | |
tree | c237ed2908bb79e5d7e4152b17a213f3622e3eb3 | |
parent | b5842d892aeb8b3db5882d8a9ba766bf063ddf45 (diff) | |
download | pbuilder-82f200ed8884bcc0ac278cbddc5d4c67c400e253.tar pbuilder-82f200ed8884bcc0ac278cbddc5d4c67c400e253.tar.gz |
add ccache support documentation. #178350
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 17 | ||||
-rw-r--r-- | debian/changelog | 3 |
3 files changed, 21 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2005-12-01 Junichi Uekawa <dancer@debian.org> + * Documentation/pbuilder-doc.xml: add notes on ccache+pbuilder. + * pbuilder-buildpackage: preserve environment when running as root. Thanks to Mike Hommey diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 2f0861d..f569a8c 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1036,6 +1036,23 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell </screen> </para> </sect1> + <sect1 id="ccache"> + <title>How to use ccache</title> + <para> + To use ccache with pbuilder, use the following for configuration. + </para> + <screen> +export CCACHE_DIR="/var/cache/pbuilder/ccache" +export PATH="/usr/lib/ccache:${PATH}" + +EXTRAPACKAGES=ccache +BINDMOUNTS="${CCACHE_DIR}" + </screen> + <para> + <ulink url="http://web.glandium.org/blog/?p=55">This entry created thanks to a blog posting. + </ulink> + </para> + </sect1> <!-- end of FAQ --> </chapter> diff --git a/debian/changelog b/debian/changelog index 65971f5..b6573e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ pbuilder (0.140) UNRELEASED; urgency=low [Junichi Uekawa] * Bug fix: "pbuilder: PATH not preserved when either BUILDUSERID or BUILDUSERNAME isn't set", thanks to Mike Hommey (Closes: #341453). + * pbuilder-doc.xml: Document ccache support in FAQ (Closes: #178350). - -- Junichi Uekawa <dancer@debian.org> Thu, 1 Dec 2005 09:00:02 +0900 + -- Junichi Uekawa <dancer@debian.org> Thu, 1 Dec 2005 09:06:29 +0900 pbuilder (0.139) unstable; urgency=low |