Mailinglist Archive: opensuse-buildservice (314 mails)
| < Previous | Next > |
[opensuse-buildservice] Re: [Lf_driver_backport] chroot tools (build and mock)
- From: Susanne Oberhauser <froh@xxxxxxxxxx>
- Date: 31 Jan 2008 21:07:44 +0100
- Message-id: <s2iwsppsqr3.fsf@xxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxx> writes:
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |