From c112e17669a8f247d4ae5c7007bfbf05cb945035 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 13 Dec 2009 16:43:58 +0900 Subject: set default to 'main' in pbuilderrc cowbuilder depends on this variable being set somewhere. --- pbuilderrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilderrc') 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" -- cgit v1.2.3