From a6996a19f78e81fe000bb87f9911311c5d76be9b Mon Sep 17 00:00:00 2001 From: Adrien Cunin Date: Mon, 22 Oct 2007 08:28:02 +0900 Subject: [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 --- pbuilder.8 | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'pbuilder.8') 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" -- cgit v1.2.3