aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@netfort.gr.jp>2009-12-13 16:43:58 +0900
committerJunichi Uekawa <dancer@netfort.gr.jp>2009-12-13 16:43:58 +0900
commitc112e17669a8f247d4ae5c7007bfbf05cb945035 (patch)
tree885a3a054b680010eca383c68da7519869adbd28
parentac8ed103da54f78888a7ab082dedb4197e3acf00 (diff)
downloadpbuilder-c112e17669a8f247d4ae5c7007bfbf05cb945035.tar
pbuilder-c112e17669a8f247d4ae5c7007bfbf05cb945035.tar.gz
set default to 'main' in pbuilderrc
cowbuilder depends on this variable being set somewhere.
-rwxr-xr-xpbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilderrc b/pbuilderrc
index a8cfe3b..10d5fdf 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -18,7 +18,7 @@ BUILDRESULT=/var/cache/pbuilder/result/
# 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"
+COMPONENTS="main"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"