diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-11 19:07:48 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-11 19:07:48 +0100 |
commit | 70d67648141b9669e31bd2c5864a3fa7546552d8 (patch) | |
tree | 64ed0c29afe9a3ed6e0afe0f891d23f16d44b0ce | |
parent | cb99dc0f0fc1def3fd27fba7a587aa1fbb54d21f (diff) | |
download | pbuilder-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
-rwxr-xr-x | pbuilderrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |