From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org ([63.228.1.57] ident=[U2FsdGVkX1/jRtAKuk5DgDFmax+SPmlSi6tVjxy6Kpc=]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QoesX-0003Ag-DY for openembedded-core@lists.openembedded.org; Wed, 03 Aug 2011 19:05:09 +0200 Received: from [IPv6:::1] (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p73H0lnI004901 for ; Wed, 3 Aug 2011 12:00:47 -0500 Mime-Version: 1.0 (Apple Message framework v1084) From: Kumar Gala In-Reply-To: <1311858624-3686-1-git-send-email-galak@kernel.crashing.org> Date: Wed, 3 Aug 2011 12:00:51 -0500 Message-Id: <37BC502A-3FEA-4059-85FB-F6A3F401C3F9@kernel.crashing.org> References: <1311858624-3686-1-git-send-email-galak@kernel.crashing.org> To: Patches and discussions about the oe-core layer X-Mailer: Apple Mail (2.1084) Subject: Re: [PATCH] scripts/oe-buildenv-internal: Add SOCKS5_{USER, PASSWD} to BB_ENV_EXTRAWHITE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 17:05:09 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Jul 28, 2011, at 8:10 AM, Kumar Gala wrote: > If a SOCKS5 gateway is needed for a proxy access like git it might = also > require authentication to the proxy via a password and username. = Adding > SOCKS5_USER & SOCKS5_PASSWD to BB_ENV_EXTRAWHITE allow for automation > of the authentication request to occur when something like a git fetch > is going through the proxy. >=20 > Signed-off-by: Kumar Gala > --- > * Fixes issue with a git fetch request failing to get pass a firewall >=20 > scripts/oe-buildenv-internal | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/scripts/oe-buildenv-internal = b/scripts/oe-buildenv-internal > index c13fc40..b223292 100755 > --- a/scripts/oe-buildenv-internal > +++ b/scripts/oe-buildenv-internal > @@ -55,4 +55,4 @@ unset BITBAKEDIR > export BUILDDIR > export PATH >=20 > -export BB_ENV_EXTRAWHITE=3D"MACHINE DISTRO TCMODE TCLIBC http_proxy = ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID = SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS = PARALLEL_MAKE GIT_PROXY_COMMAND" > +export BB_ENV_EXTRAWHITE=3D"MACHINE DISTRO TCMODE TCLIBC http_proxy = ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID = SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS = PARALLEL_MAKE GIT_PROXY_COMMAND SOCKS5_PASSWD SOCSK5_USER" > --=20 > 1.7.3.4 Ping on this patch - k=