aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Documentation/pbuilder-doc.xml25
-rw-r--r--debian/changelog5
3 files changed, 30 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 26131d7..99f7adf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-27 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: document cowdancer and pdebuild
+ cowdancer option.
+
2006-05-24 Junichi Uekawa <dancer@debian.org>
* pbuilder-buildpackage-funcs: quiet down cowprotect, it's giving
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index 611271e..a48f389 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -1044,9 +1044,8 @@ cd /var/cache/pbuilder/result/
calls. It is more friendly to the hard drive.
</para>
<para>
- <command>pbuilder</command> with cowdancer is under development, to allow
- <command>pbuilder</command> to start up faster; when it is ready, it should
- be able to replace the current setup.
+ <command>pbuilder</command> with cowdancer is also an
+ alternative that improves speed of pbuilder startup.
</para>
</sect1>
<sect1 id="chrootmemo">
@@ -1277,6 +1276,26 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder
<command>cowdancer</command> is available from
<command>cowdancer</command> package since 0.14
</para>
+ <para>
+ Example command-lines for cowdancer look like the following.
+ </para>
+ <para>
+ <screen>
+# cowdancer --create --distribution sid
+# cowdancer --update --distribution sid
+# cowdancer --build XXX.dsc
+ </screen>
+ </para>
+ <para>
+ It is also possible to use cowdancer with pdebuild command.
+ Specify with command-line option <option>--pbuilder</option>
+ or set it in PDEBUILD_PBUILDER configuration option.
+ </para>
+ <para>
+ <screen>
+$ pdebuild --pbuilder cowdancer
+ </screen>
+ </para>
</sect1>
<sect1 id="withouttargz">
<title>Using pbuilder without tar.gz</title>
diff --git a/debian/changelog b/debian/changelog
index 0a69a57..ce3c01f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pbuilder (0.154) UNRELEASED; urgency=low
- *
+ [Junichi Uekawa]
+ * Document cowdancer and pdebuild.
- -- Junichi Uekawa <dancer@debian.org> Fri, 26 May 2006 06:32:03 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sat, 27 May 2006 17:40:13 +0900
pbuilder (0.153) unstable; urgency=low