diff options
author | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-02-29 13:01:08 +0200 |
---|---|---|
committer | Eddy Petrișor <eddy.petrisor@gmail.com> | 2008-02-29 13:01:08 +0200 |
commit | ef227a3da916f53f5a9ef4266c27c283c1ab607b (patch) | |
tree | 12d086d13b3e69b26389282fe031b1a15153d84c /pbuilderrc | |
parent | 64580202061d4d8f449e09107ac6e60706142202 (diff) | |
parent | 30e8500073c101f656311906f5a00f0ccc0e8546 (diff) | |
download | pbuilder-ef227a3da916f53f5a9ef4266c27c283c1ab607b.tar pbuilder-ef227a3da916f53f5a9ef4266c27c283c1ab607b.tar.gz |
Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilder
Conflicts:
Makefile
debian/changelog
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=lenny +# specifying the components of the distribution +COMPONENTS="main" #specify the cache for APT APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" |