diff options
author | dancer <dancer> | 2006-05-27 08:44:22 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-05-27 08:44:22 +0000 |
commit | 10f42086cb3895c130b80b99f89af98cd0a2c4af (patch) | |
tree | 5e272516ef4adf9f445a9716c036a647790fa240 | |
parent | 04fb29d493b3bb00bf916726b6f5c79122e1335e (diff) | |
download | pbuilder-10f42086cb3895c130b80b99f89af98cd0a2c4af.tar pbuilder-10f42086cb3895c130b80b99f89af98cd0a2c4af.tar.gz |
document cowdancer/pbuilder.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 25 | ||||
-rw-r--r-- | debian/changelog | 5 |
3 files changed, 30 insertions, 5 deletions
@@ -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 |