From e5c97a85bed0436d48eeaac2e32962cfb5371d2f Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Fri, 15 May 2015 11:56:24 -0400 Subject: fetch2: Allow GIT_SMART_HTTP to be passed through Allow GIT_SMART_HTTP to be passed through to the fetch command so that servers that cannot use GIT_SMART_HTTP can be used by the fetcher. Signed-off-by: Liam R. Howlett Signed-off-by: Richard Purdie --- lib/bb/fetch2/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bb/fetch2/__init__.py') diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py index 68f65a97e0..a40a88b3ee 100644 --- a/lib/bb/fetch2/__init__.py +++ b/lib/bb/fetch2/__init__.py @@ -795,6 +795,7 @@ def runfetchcmd(cmd, d, quiet = False, cleanup = []): 'ALL_PROXY', 'all_proxy', 'GIT_PROXY_COMMAND', 'GIT_SSL_CAINFO', + 'GIT_SMART_HTTP', 'SSH_AUTH_SOCK', 'SSH_AGENT_PID', 'SOCKS5_USER', 'SOCKS5_PASSWD'] -- cgit 1.2.3-korg