aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2003-03-17 02:17:36 +0000
committerdancer <dancer>2003-03-17 02:17:36 +0000
commit0021487afe2c46defa12d567c97c99e55a1b4d0a (patch)
tree2db03586b9334d07a8b5fa8dd0861e193756fcda
parent7f6aa0c2ed01fa796b94983021ec90de40f37840 (diff)
downloadpbuilder-0021487afe2c46defa12d567c97c99e55a1b4d0a.tar
pbuilder-0021487afe2c46defa12d567c97c99e55a1b4d0a.tar.gz
update doc; add FAQ
-rw-r--r--ChangeLog5
-rw-r--r--Documentation/pbuilder-doc.xml14
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49e8ceb..b0a22e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-17 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: add new FAQ entry on
+ using apt cache for pbuilder files.
+
2003-03-12 Junichi Uekawa <dancer@debian.org>
* pbuilder-modules (pbuilder-options): fix applying of preserve-buildplace patch.
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 91aff19..25d6a76 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -430,6 +430,20 @@ export DEBIAN_BUILDGCCVER=3.2
export PS1="pbuild chroot 32165 # "
</screen>
</sect1>
+ <sect1>
+ <title>Using /var/cache/apt/archives for package cache</title>
+ <para>
+ For the help of low-bandwidth systems,
+ it is possible to use <filename>/var/cache/apt/archives</filename> as the
+ package cache.
+ Just specify it instead of the default <filename>/var/cache/pbuilder/aptcache</filename>.
+ </para>
+ <para>
+ It is however not possible to do so currently with user-mode-linux
+ version of pbuilder, because <filename>/var/cache/apt/archives</filename>
+ is usually only writable as root.
+ </para>
+ </sect1>
</chapter>
<chapter id="otheruse">
<title>Other uses of pbuilder</title>