aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
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 /pbuilderrc.5
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 'pbuilderrc.5')
-rw-r--r--pbuilderrc.511
1 files changed, 11 insertions, 0 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index 9972f64..3fb925a 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -95,6 +95,17 @@ is specified for
option.
.TP
+.BI "COMPONENTS=" "main"
+Specify the default distribution components to use.
+This option only affects when doing
+.B "pbuilder create"
+or when
+.B "--override-config"
+is specified for
+.B "pbuilder update"
+option.
+
+.TP
.BI "export http_proxy=" "http://your-proxy:8080/"
Defines the proxy for http connection.