diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-10-25 08:24:01 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-10-25 08:24:01 +0900 |
commit | eccdda30d451da5a237229f94f1ae2212a0c8ba8 (patch) | |
tree | 7f19840db5b5dac366a6f157274b43ca39988a09 /pbuilderrc | |
parent | d949a89ad9aedcad9844b3c6ee6be94faee4906d (diff) | |
download | pbuilder-eccdda30d451da5a237229f94f1ae2212a0c8ba8.tar pbuilder-eccdda30d451da5a237229f94f1ae2212a0c8ba8.tar.gz |
set COMPONENTS default value
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |