aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authorAdrien Cunin <adri2000@ubuntu.com>2007-10-22 08:28:02 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-10-22 08:28:02 +0900
commita6996a19f78e81fe000bb87f9911311c5d76be9b (patch)
tree6150e866e710d8fae26a431257613bc098019f87 /pbuilder.8
parentf6f2a0cc64cf6756e1b3d7ba880a7debe3d028a4 (diff)
downloadpbuilder-a6996a19f78e81fe000bb87f9911311c5d76be9b.tar
pbuilder-a6996a19f78e81fe000bb87f9911311c5d76be9b.tar.gz
[Pbuilder-maint] Bug#422371: Patch for specifying components
Here is a patch against latest git revision which adds the ability to specify the components either via $COMPONENTS in pbuilderrc or via the command line with --components. It is based on some of the Ubuntu changes [1]. [1] http://patches.ubuntu.com/p/pbuilder/pbuilder_0.170ubuntu1.patch
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.819
1 files changed, 11 insertions, 8 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index 2f83f0a..3a36bcf 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -189,18 +189,21 @@ and
.B "experimental".
.TP
-.BI "\-\-override\-config"
+.BI "\-\-components [" "components" "]"
+Specifies the default distribution components to use. eg. "main contrib non-free".
+Default is "main".
-Specify to use different apt set up inside the chroot than it was used for creating the
-base.tgz.
-Specify this when you want to do
+.TP
+.BI "\-\-override\-config"
+Specify to use different apt set up inside the chroot than it was used for creating the base.tgz.
+Specify this when you want to do
.B "pbuilder --update"
- with a different distribution target set up.
+with a different distribution target set up.
-.B "--distribution, " "--mirror, " "--othermirror"
- options are only valid when
+.B "--distribution", "--components", "--mirror", "--othermirror"
+options are only valid when
.B "\-\-override\-config"
-option is specified in
+option is specified in
.B "--update"
target, or when
.B "pbuilder --create"