mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 15:31:29 +00:00
pbuilder-dist: Do not force default value for --aptcache
argument
Instead of passing the default from /usr/share/pbuilder/pbuilderrc to pbuilder, let it be configured from the config files, e.g. ~/.pbuilderrc. (LP: #956903)
This commit is contained in:
parent
2e9d81bdda
commit
dead85ee75
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,11 +1,16 @@
|
||||
ubuntu-dev-tools (0.140) UNRELEASED; urgency=low
|
||||
|
||||
[ Stefano Rivera ]
|
||||
* Bump Standards-Version to 3.9.3, no changes needed.
|
||||
* Update machine-readable copyright Format to 1.0.
|
||||
* pbuilder-dist: Use the same chroot, whether the system-architecture was
|
||||
the supplied architecture or was chosen by default (LP: #943435)
|
||||
|
||||
-- Stefano Rivera <stefanor@debian.org> Sat, 25 Feb 2012 16:09:53 +0200
|
||||
[ Daniel Hahler ]
|
||||
* pbuilder-dist: Do not force default value for `--aptcache` argument
|
||||
(LP: #956903)
|
||||
|
||||
-- Daniel Hahler <ubuntu@thequod.de> Fri, 16 Mar 2012 14:47:24 +0100
|
||||
|
||||
ubuntu-dev-tools (0.139) unstable; urgency=low
|
||||
|
||||
|
@ -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