mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
pbuilder-dist: Fix typo in local archive support, introduced in 0.107.
This commit is contained in:
parent
133f91bbf9
commit
53652d8cee
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,8 +2,9 @@ ubuntu-dev-tools (0.108) UNRELEASED; urgency=low
|
||||
|
||||
* lp-shell, import-bug-from-debian:
|
||||
Use the 'production' LP instance instead of 'edge' (which is going away).
|
||||
* pbuilder-dist: Fix typo in local archive support, introduced in 0.107.
|
||||
|
||||
-- Michael Bienia <geser@ubuntu.com> Fri, 03 Dec 2010 13:44:53 +0100
|
||||
-- Stefano Rivera <stefanor@ubuntu.com> Sat, 11 Dec 2010 12:33:37 +0200
|
||||
|
||||
ubuntu-dev-tools (0.107) experimental; urgency=low
|
||||
|
||||
|
@ -216,7 +216,7 @@ class pbuilder_dist:
|
||||
localrepo = '/var/cache/archive/' + self.target_distro
|
||||
if os.path.exists(localrepo):
|
||||
arguments += [
|
||||
'--othermirror ',
|
||||
'--othermirror',
|
||||
'deb file:///var/cache/archive/ %s/' % self.target_distro,
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user