diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 11 | ||||
-rw-r--r-- | debian/TODO | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | pbuilder-user-mode-linux.1 | 2 |
5 files changed, 25 insertions, 8 deletions
@@ -1,3 +1,10 @@ +2006-06-04 Junichi Uekawa <dancer@debian.org> + + * debian/TODO: spellfix + * pbuilder-user-mode-linux.1: spellfix + + * Documentation/pbuilder-doc.xml: add note on tmpfs building. + 2006-06-01 Junichi Uekawa <dancer@debian.org> * pbuilder-modules (pbuilder-options): silence ln -s for /etc/mtab @@ -2430,7 +2437,7 @@ * debian/rules (binary-arch): add manpage install - * pbuider-loadconfig: create from checkparams. a module to load config files only. + * pbuilder-loadconfig: create from checkparams. a module to load config files only. * debuild-pbuilder: add debuild wrapper script. diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index a48f389..71c4b1a 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1121,6 +1121,15 @@ BINDMOUNTS="${CCACHE_DIR}" </ulink> </para> </sect1> + <sect1 id="tmpfsforpbuilder"> + <title>Using tmpfs for buildplace</title> + <para> + To improve speed of operation, it is possible to use tmpfs for + pbuilder build location. Mount tmpfs to + <filename>/var/cache/pbuilder/build</filename>, and set + <screen>APTCACHEHARDLINK=no</screen>. + </para> + </sect1> <!-- end of FAQ --> </chapter> @@ -1612,5 +1621,5 @@ $ pdebuild --pbuilder cowdancer --> <!-- LocalWords: DocBook PSGML wysidocbookxml dbuild Wirzenius debbuild Troup --> -<!-- LocalWords: perl Ronan Hodek buildd Yay cowloop +<!-- LocalWords: perl Ronan Hodek buildd Yay cowloop buildplace --> diff --git a/debian/TODO b/debian/TODO index a8f4353..494988a 100644 --- a/debian/TODO +++ b/debian/TODO @@ -4,7 +4,7 @@ TODO and possible bugs: - hooks should be supported (342613) - Use pbuilder cache in pdebuild-internal (235237) I think I just need to add hacks to copy stuff. - - testsuite for pdebuid-internal? + - testsuite for pdebuild-internal? * post-etch: - support --allow-unauthenticated and package signiatures; #317998 diff --git a/debian/changelog b/debian/changelog index 0f04541..518e9f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ pbuilder (0.155) UNRELEASED; urgency=low [Junichi Uekawa] * silence /etc/mtab symlink warning (Closes: #367135). + * document tmpfs support for pbuilder buildplace. - -- Junichi Uekawa <dancer@debian.org> Thu, 1 Jun 2006 09:03:08 +0900 + -- Junichi Uekawa <dancer@debian.org> Sun, 4 Jun 2006 14:00:27 +0900 pbuilder (0.154) unstable; urgency=low @@ -140,7 +141,7 @@ pbuilder (0.142) unstable; urgency=low * Document that ccache setting requires target directory to be writable by user within chroot. (Closes: #342665). * Document HOME=/tmp/buildd inside chroot. - * set HOME=$(pwd)/../ in pdebuid-internal to match pdebuild. + * set HOME=$(pwd)/../ in pdebuild-internal to match pdebuild. -- Junichi Uekawa <dancer@debian.org> Mon, 19 Dec 2005 23:35:08 +0900 @@ -998,14 +999,14 @@ pbuilder (0.59) unstable; urgency=low buildpackage didn't work otherwise. * Fixed pbuilder-uml so that it actually works. * Document how to add extra apt sources in the documentation FAQ section. - * pbuider-uml now works, and document how to set it up in the documentation + * pbuilder-uml now works, and document how to set it up in the documentation (closes: #175583) -- Junichi Uekawa <dancer@debian.org> Tue, 7 Jan 2003 17:34:33 +0900 pbuilder (0.58) unstable; urgency=low - * Fix Suggests to pbuider-uml. (closes: #175158) + * Fix Suggests to pbuilder-uml. (closes: #175158) * Sign changes file instead of dsc file in pdebuild (closes: #175432) thanks to Andrew Lau <netsnipe@debianplanet.org> for diff --git a/pbuilder-user-mode-linux.1 b/pbuilder-user-mode-linux.1 index eba928a..a959d37 100644 --- a/pbuilder-user-mode-linux.1 +++ b/pbuilder-user-mode-linux.1 @@ -236,7 +236,7 @@ For and .B login targets, -.B pbuider\-user\-mode\-linux +.B pbuilder\-user\-mode\-linux will try to use COW devices. Inside user-mode-linux, pbuilder-user-mode-linux will mount |