diff options
author | dancer <dancer> | 2005-12-05 12:15:02 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-05 12:15:02 +0000 |
commit | 1679f124ce0a04f4fdfb5b4a5e147450ac41e84b (patch) | |
tree | 11d6c748b6956ad38f836cc5ef83e75b0c453fcd /Documentation | |
parent | af3e5b21ce24d37c2008608a560a21d838935f26 (diff) | |
download | pbuilder-1679f124ce0a04f4fdfb5b4a5e147450ac41e84b.tar pbuilder-1679f124ce0a04f4fdfb5b4a5e147450ac41e84b.tar.gz |
pbuilder-buildpackage-funcs: 'install' was missing from apt-get for EXTRAPACKAGES handling. Fix.
pbuilderrc: make fakeroot default.
Documentation/pbuilder-doc.xml: update a note on pdebuild-internal is ran as the outside user uid.
pdebuild-internal: Add a note what I'm doing.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index f569a8c..6f7556d 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -188,15 +188,19 @@ however, it is possible to change the behavior to run it inside the chroot with the <command><option>--use-pdebuild-internal</option></command>. - <!-- FIXME: name of option is misleading, change it? - maybe when it's more useful. - --> It will try to bind mount the working directory inside chroot, and run <command>dpkg-buildpackage</command> inside. - It has the following characteristics, and thus cannot be made default. + It has the following characteristics, and is not yet the + default mode of operation. </para> <itemizedlist> <listitem> + <para> + Satisfies build-dependency inside the chroot before creating source package. + (which is a good point that current pdebuild cannot do). + </para> + </listitem> + <listitem> <para>The working directory is modified from inside the chroot.</para> </listitem> @@ -207,15 +211,18 @@ <listitem> <para>If making the source package fails, the session using the chroot is wasted - (chroot creation takes a bit of time).</para> + (chroot creation takes a bit of time, which should be improved with cowdancer).</para> </listitem> <listitem> <para>Does not work in the same manner as it used to; for example, <command><option>--buildresult</option></command> does not have any effect.</para> </listitem> + <listitem> + <para>The build inside chroot is ran with the current user outside chroot. + </para> + </listitem> </itemizedlist> - </sect1> <sect1 id="configfile"> <title>Configuration Files</title> |