All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARS
@ 2023-02-24 11:30 cal
  0 siblings, 0 replies; only message in thread
From: cal @ 2023-02-24 11:30 UTC (permalink / raw
  To: bitbake-devel; +Cc: Caner Altinbasak

From: Caner Altinbasak <cal@brightsign.biz>

These environment variables are needed by gclient and needed to be
passed into fetcher.
---
 lib/bb/fetch2/__init__.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 747356dfa..cf65727a2 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/lib/bb/fetch2/__init__.py
@@ -855,7 +855,9 @@ FETCH_EXPORT_VARS = ['HOME', 'PATH',
                      'AWS_PROFILE',
                      'AWS_ACCESS_KEY_ID',
                      'AWS_SECRET_ACCESS_KEY',
-                     'AWS_DEFAULT_REGION']
+                     'AWS_DEFAULT_REGION',
+                     'GIT_CACHE_PATH',
+                     'SSL_CERT_DIR']

 def get_fetcher_environment(d):
     newenv = {}
--
2.30.2

BrightSign considers your privacy to be very important. The emails you send to us will be protected and secured. Furthermore, we will only use your email and contact information for the reasons you sent them to us and for tracking how effectively we respond to your requests.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-24 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 11:30 [PATCH] fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARS cal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.