Import ubuntutools.common explicitely in buildd and requestsync to get the

https_proxy fix.
This commit is contained in:
Loïc Minier 2009-02-06 12:18:06 +01:00
parent 4276d59cbc
commit c05f149d67
3 changed files with 7 additions and 1 deletions

2
buildd
View File

@ -35,6 +35,8 @@ import ubuntutools.lp.cookie as lp_cookie
import ubuntutools.lp.functions as lp_functions
import ubuntutools.lp.urlopener as lp_urlopener
from ubuntutools import packages
# https_proxy fix
import ubuntutools.common
# Usage.
usage = "%prog <srcpackage> <release> <operation>\n\n"

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ ubuntu-dev-tools (0.64) UNRELEASED; urgency=low
[ Loic Minier ]
* Import urllib2 and sys in lp/functions.py, fixing requestsync.
* Import ubuntutools.common explicitely in buildd and requestsync to get the
https_proxy fix.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Thu, 05 Feb 2009 16:55:09 +0100

View File

@ -40,7 +40,9 @@ import ubuntutools.lp.cookie as lp_cookie
import ubuntutools.lp.functions as lp_functions
import ubuntutools.lp.libsupport as lp_libsupport
import ubuntutools.lp.urlopener as lp_urlopener
# https_proxy fix
import ubuntutools.common
launchpad_cookiefile = lp_cookie.prepareLaunchpadCookie()
def checkNeedsSponsorship(component):