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 /Documentation | |
parent | 04fb29d493b3bb00bf916726b6f5c79122e1335e (diff) | |
download | pbuilder-10f42086cb3895c130b80b99f89af98cd0a2c4af.tar pbuilder-10f42086cb3895c130b80b99f89af98cd0a2c4af.tar.gz |
document cowdancer/pbuilder.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 25 |
1 files changed, 22 insertions, 3 deletions
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> |