aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
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
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')
-rwxr-xr-xpbuilderrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 4cf3612..f24838b 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -18,6 +18,8 @@ BUILDRESULT=/var/cache/pbuilder/result/
# specifying the distribution forces the distribution on "pbuilder update"
#DISTRIBUTION=lenny
+# specifying the components of the distribution (default is "main")
+#COMPONENTS="main contrib non-free"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"