mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 04:41:28 +00:00
Import ubuntutools.common explicitely in buildd and requestsync to get the
https_proxy fix.
This commit is contained in:
parent
4276d59cbc
commit
c05f149d67
2
buildd
2
buildd
@ -35,6 +35,8 @@ import ubuntutools.lp.cookie as lp_cookie
|
|||||||
import ubuntutools.lp.functions as lp_functions
|
import ubuntutools.lp.functions as lp_functions
|
||||||
import ubuntutools.lp.urlopener as lp_urlopener
|
import ubuntutools.lp.urlopener as lp_urlopener
|
||||||
from ubuntutools import packages
|
from ubuntutools import packages
|
||||||
|
# https_proxy fix
|
||||||
|
import ubuntutools.common
|
||||||
|
|
||||||
# Usage.
|
# Usage.
|
||||||
usage = "%prog <srcpackage> <release> <operation>\n\n"
|
usage = "%prog <srcpackage> <release> <operation>\n\n"
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ ubuntu-dev-tools (0.64) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
[ Loic Minier ]
|
[ Loic Minier ]
|
||||||
* Import urllib2 and sys in lp/functions.py, fixing requestsync.
|
* 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
|
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Thu, 05 Feb 2009 16:55:09 +0100
|
||||||
|
|
||||||
|
@ -40,6 +40,8 @@ import ubuntutools.lp.cookie as lp_cookie
|
|||||||
import ubuntutools.lp.functions as lp_functions
|
import ubuntutools.lp.functions as lp_functions
|
||||||
import ubuntutools.lp.libsupport as lp_libsupport
|
import ubuntutools.lp.libsupport as lp_libsupport
|
||||||
import ubuntutools.lp.urlopener as lp_urlopener
|
import ubuntutools.lp.urlopener as lp_urlopener
|
||||||
|
# https_proxy fix
|
||||||
|
import ubuntutools.common
|
||||||
|
|
||||||
launchpad_cookiefile = lp_cookie.prepareLaunchpadCookie()
|
launchpad_cookiefile = lp_cookie.prepareLaunchpadCookie()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user