This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 bitbake-dev/lib/bb/fetch/__init__.py |    2 +-
 bitbake/lib/bb/fetch/__init__.py     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f0b1d561c7396f005a8308f32df24855181647fd
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Thu Oct 23 13:34:24 2008 +0100

    bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution


Diff in this email is a maximum of 400 lines.
diff --git a/bitbake-dev/lib/bb/fetch/__init__.py 
b/bitbake-dev/lib/bb/fetch/__init__.py
index ab7a9be..db2ea6a 100644
--- a/bitbake-dev/lib/bb/fetch/__init__.py
+++ b/bitbake-dev/lib/bb/fetch/__init__.py
@@ -274,7 +274,7 @@ def runfetchcmd(cmd, d, quiet = False):
     # rather than host provided
     # Also include some other variables.
     # FIXME: Should really include all export varaiables?
-    exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 
'GIT_PROXY_COMMAND']
+    exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 
'GIT_PROXY_COMMAND', 'http_proxy', 'ftp_proxy']
 
     for var in exportvars:
         val = data.getVar(var, d, True)
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py
index ab7a9be..db2ea6a 100644
--- a/bitbake/lib/bb/fetch/__init__.py
+++ b/bitbake/lib/bb/fetch/__init__.py
@@ -274,7 +274,7 @@ def runfetchcmd(cmd, d, quiet = False):
     # rather than host provided
     # Also include some other variables.
     # FIXME: Should really include all export varaiables?
-    exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 
'GIT_PROXY_COMMAND']
+    exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 
'GIT_PROXY_COMMAND', 'http_proxy', 'ftp_proxy']
 
     for var in exportvars:
         val = data.getVar(var, d, True)
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to