mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
pbuilder-dist: Do not force default value for --aptcache
argument
(LP: #956903)
This commit is contained in:
commit
790fb3a31a
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -9,6 +9,8 @@ ubuntu-dev-tools (0.140) UNRELEASED; urgency=low
|
||||
[ Daniel Hahler ]
|
||||
* ubuntutools/archive.py: use ProxyHandler in _download_file.
|
||||
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
|
||||
|
||||
|
@ -218,7 +218,6 @@ class PbuilderDist:
|
||||
'--%s' % self.operation,
|
||||
'--distribution', self.target_distro,
|
||||
'--buildresult', result,
|
||||
'--aptcache', '/var/cache/apt/archives/',
|
||||
'--override-config',
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user