aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xpbuilderrc4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c34ef..cc8e23e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-25 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilderrc: set default value for COMPONENTS, so that
+ qemubuilder and others can depend on it being set.
+
2007-10-15 Junichi Uekawa <dancer@debian.org>
* pbuilder-modules: change 'pbuilder --help' command-line format
diff --git a/pbuilderrc b/pbuilderrc
index f24838b..f97456e 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -18,8 +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"
+# specifying the components of the distribution
+COMPONENTS="main"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"