[oe-commits] [bitbake] 02/02: fetch: Also export GIT_SSH environment variable

git at git.openembedded.org git at git.openembedded.org
Fri Nov 2 22:55:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit db46fb2755a4b1033ab60051ce511cc9dd7e34fb
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Fri Nov 2 14:32:15 2018 +0000

    fetch: Also export GIT_SSH environment variable
    
    Support users who want to specify a custom ssh to Git using an environment
    variable. (This lets build systems work without requiring users to
    configure Git explicitly.)
    
    Signed-off-by: Mike Crowe <mac at mcrowe.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/fetch2/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 2b62b41..572b71a 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/lib/bb/fetch2/__init__.py
@@ -827,6 +827,7 @@ def runfetchcmd(cmd, d, quiet=False, cleanup=None, log=None, workdir=None):
                   'NO_PROXY', 'no_proxy',
                   'ALL_PROXY', 'all_proxy',
                   'GIT_PROXY_COMMAND',
+                  'GIT_SSH',
                   'GIT_SSL_CAINFO',
                   'GIT_SMART_HTTP',
                   'SSH_AUTH_SOCK', 'SSH_AGENT_PID',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list