[bitbake-devel] [PATCH] bb/utils.py: export_proxies add GIT_PROXY_COMMAND

Aníbal Limón anibal.limon at linux.intel.com
Mon Aug 8 16:50:13 UTC 2016



On 08/04/2016 04:52 PM, Francisco Pedraza wrote:
> This was added to enable the usage of git through proxies.
> 
> Signed-off-by: Francisco Pedraza <francisco.j.pedraza.gonzalez at intel.com>
Acked-by: Aníbal Limón <anibal.limon at linux.intel.com>
> ---
>  lib/bb/utils.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/lib/bb/utils.py b/lib/bb/utils.py
> index ce52960..a855d58 100644
> --- a/lib/bb/utils.py
> +++ b/lib/bb/utils.py
> @@ -1461,7 +1461,8 @@ def export_proxies(d):
>      import os
>  
>      variables = ['http_proxy', 'HTTP_PROXY', 'https_proxy', 'HTTPS_PROXY',
> -                    'ftp_proxy', 'FTP_PROXY', 'no_proxy', 'NO_PROXY']
> +                    'ftp_proxy', 'FTP_PROXY', 'no_proxy', 'NO_PROXY',
> +                    'GIT_PROXY_COMMAND']
>      exported = False
>  
>      for v in variables:
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20160808/40f7c49a/attachment-0002.sig>


More information about the bitbake-devel mailing list