From 933c41e8dc8e8cb678e8f78be1a6e26a8844e32a Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sat, 5 May 2007 21:32:23 +0900 Subject: revise documentation --- Documentation/pbuilder-doc.xml | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) (limited to 'Documentation') diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index a367127..f9acc94 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -25,7 +25,7 @@ pbuilder stands for Personal Builder, and it is an automatic Debian Package Building system - for personal environments. + for personal development workstation environments. pbuilder aims to be an easy-to-setup system for auto-building Debian packages inside a clean-room @@ -70,18 +70,31 @@ Using pbuilder + + There are several simple commands for operation. + pbuilder create, pbuilder + update, and pbuilder build commands + are the typical commands used. Let us look at the commands + one by one. + Creating a base chroot image pbuilder create will create a base chroot image. - The distribution code-name needs to be specified with - the + All other commands will operate on the resulting base chroot image. + + If the Debian release to be created within chroot is not going + to be "sid" (which is the default), the distribution code-name + needs to be specified with the + command-line option. - Usually, "sid" is used, and the default is now sid. - debootstrap is used to create + debootstrap + debootstrap or cdebootstrap can be chosen + + is used to create the bare minimum Debian installation, and then build-essential packages are installed on top of the minimum installation using apt-get @@ -1165,14 +1178,21 @@ BINDMOUNTS="${CCACHE_DIR}" and how things generally operate in development. - pbuilder is now co-maintained at alioth. - There is an alioth project page at + pbuilder is co-maintained with resources + provided by Alioth. + + There is an Alioth project page at - http://alioth.debian.org/projects/pbuilder. - git Repository is available through http, or if you have an account on alioth, - ssh. + http://alioth.debian.org/projects/pbuilder. + Home page is also available, + at + http://alioth.debian.org/projects/pbuilder + which shows this text. + git repository is available through http, git, or (if you have an + account on alioth, ) ssh. +git-clone git://git.debian.org/git/pbuilder/pbuilder.git git-clone http://git.debian.org/git/pbuilder/pbuilder.git git-clone ssh://git.debian.org/git/pbuilder/pbuilder.git -- cgit v1.2.3