pbuilder-dist: Do not force default value for --aptcache argument

(LP: #956903)
This commit is contained in:
Martin Pitt 2012-03-19 06:41:55 +01:00
commit 790fb3a31a
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -9,6 +9,8 @@ ubuntu-dev-tools (0.140) UNRELEASED; urgency=low
[ Daniel Hahler ] [ Daniel Hahler ]
* ubuntutools/archive.py: use ProxyHandler in _download_file. * ubuntutools/archive.py: use ProxyHandler in _download_file.
This makes use of the system proxy (e.g. http_proxy). This makes use of the system proxy (e.g. http_proxy).
* pbuilder-dist: Do not force default value for `--aptcache` argument
(LP: #956903)
-- Daniel Hahler <ubuntu@thequod.de> Fri, 16 Mar 2012 16:21:00 +0100 -- Daniel Hahler <ubuntu@thequod.de> Fri, 16 Mar 2012 16:21:00 +0100

View File

@ -218,7 +218,6 @@ class PbuilderDist:
'--%s' % self.operation, '--%s' % self.operation,
'--distribution', self.target_distro, '--distribution', self.target_distro,
'--buildresult', result, '--buildresult', result,
'--aptcache', '/var/cache/apt/archives/',
'--override-config', '--override-config',
] ]