mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-27 16:11:33 +00:00
Don't set self.base to the proxy address - it generates invalid filenames causing operations to fail
This commit is contained in:
parent
7a13c54ca5
commit
43af4c2d54
@ -107,10 +107,10 @@ class pbuilder_dist:
|
|||||||
|
|
||||||
self.target_distro = self.system_distro
|
self.target_distro = self.system_distro
|
||||||
|
|
||||||
if 'http_proxy' in os.environ:
|
# if 'http_proxy' in os.environ:
|
||||||
self.base = os.environ['http_proxy']
|
# self.base = os.environ['http_proxy']
|
||||||
elif 'HTTP_PROXY' in os.environ:
|
# elif 'HTTP_PROXY' in os.environ:
|
||||||
self.base = os.environ['HTTP_PROXY']
|
# self.base = os.environ['HTTP_PROXY']
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user