[opensuse-buildservice] Re: [Lf_driver_backport] chroot tools (build and mock)
Hi, Martin from Fujitsu Siemens computers is testing the build server and has a proxy setup to access the internet. Corporate policy. Don't ask. Now the lack of https proxy support in urllib2 is biting him hard: Martin Wilck <martin.wilck@fujitsu-siemens.com> writes:
Susanne Oberhauser wrote:
osc platforms | grep -Ei "/standard" > targetlist
from "conf.py":
# HTTPS proxy is not supported by urllib2. It only leads to an error # or, at best, a warning. # https://bugzilla.novell.com/show_bug.cgi?id=214983 # https://bugzilla.novell.com/show_bug.cgi?id=298378 if 'https_proxy' in os.environ: del os.environ['https_proxy']
This makes osc pretty much unusable from here :-( Do we have to fix python's urllib implementation first?
How should we proceede? S. -- Susanne Oberhauser +49-911-74053-574 SUSE -- a Novell Business OPS Engineering Maxfeldstraße 5 Processes and Infrastructure Nürnberg SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Susanne Oberhauser <froh@novell.com> writes:
Martin from Fujitsu Siemens computers is testing the build server and has a proxy setup to access the internet. Corporate policy. Don't ask.
Now the lack of https proxy support in urllib2 is biting him hard:
Martin Wilck <martin.wilck@fujitsu-siemens.com> writes:
from "conf.py":
# HTTPS proxy is not supported by urllib2. It only leads to an error # or, at best, a warning. # https://bugzilla.novell.com/show_bug.cgi?id=214983 # https://bugzilla.novell.com/show_bug.cgi?id=298378 if 'https_proxy' in os.environ: del os.environ['https_proxy']
This makes osc pretty much unusable from here :-( Do we have to fix python's urllib implementation first?
How should we proceede?
Reopen the bugs? S. -- Susanne Oberhauser +49-911-74053-574 SUSE -- a Novell Business OPS Engineering Maxfeldstraße 5 Processes and Infrastructure Nürnberg SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Susanne Oberhauser