mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +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
|
||||
|
||||
if 'http_proxy' in os.environ:
|
||||
self.base = os.environ['http_proxy']
|
||||
elif 'HTTP_PROXY' in os.environ:
|
||||
self.base = os.environ['HTTP_PROXY']
|
||||
# if 'http_proxy' in os.environ:
|
||||
# self.base = os.environ['http_proxy']
|
||||
# elif 'HTTP_PROXY' in os.environ:
|
||||
# self.base = os.environ['HTTP_PROXY']
|
||||
|
||||
##############################################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user