aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-11 19:07:48 +0100
committerLoïc Minier <lool@dooz.org>2009-12-11 19:07:48 +0100
commit70d67648141b9669e31bd2c5864a3fa7546552d8 (patch)
tree64ed0c29afe9a3ed6e0afe0f891d23f16d44b0ce /pbuilderrc
parentcb99dc0f0fc1def3fd27fba7a587aa1fbb54d21f (diff)
downloadpbuilder-70d67648141b9669e31bd2c5864a3fa7546552d8.tar
pbuilder-70d67648141b9669e31bd2c5864a3fa7546552d8.tar.gz
Comment out COMPONENTS as main is the default
pbuilderrc: Comment out COMPONENTS as main is already the default; list all components of Debian and Ubuntu as an example
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-xpbuilderrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 9b40e75..a8cfe3b 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -15,8 +15,10 @@ BUILDRESULT=/var/cache/pbuilder/result/
# specifying the distribution forces the distribution on "pbuilder update"
#DISTRIBUTION=lenny
-# specifying the components of the distribution
-COMPONENTS="main"
+# specifying the components of the distribution, for instance to enable all
+# components on Debian use "main contrib non-free" and on Ubuntu "main
+# restricted universe multiverse"
+#COMPONENTS="main"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"