All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 07/12] Document proxy setup in local.conf.sample
Date: Mon, 15 Feb 2010 15:14:38 -0500	[thread overview]
Message-ID: <20100215201438.GB14442@denix.org> (raw)
In-Reply-To: <20100213120820.GH10632@mx.loc>

On Sat, Feb 13, 2010 at 01:08:20PM +0100, Bernhard Reutner-Fischer wrote:
> On Thu, Feb 11, 2010 at 04:04:37AM -0500, Denys Dmytriyenko wrote:
> >On Mon, Feb 08, 2010 at 10:14:28PM +0100, Bernhard Reutner-Fischer wrote:
> >> diff --git a/conf/local.conf.sample b/conf/local.conf.sample
> >> index 643ae0b..e7c4559 100644
> >> --- a/conf/local.conf.sample
> >> +++ b/conf/local.conf.sample
> >> @@ -30,6 +30,9 @@ BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
> >>  # This is a regulary expression, so be sure to get your parenthesis balanced.
> >>  BBMASK = ""
> >>  
> >> +# Proxy settings:
> >> +# BB_ENV_EXTRAWHITE="http_proxy ftp_proxy no_proxy"
> >
> >I'm sorry to inform you, but that won't work with the standard bitbake! Which 
> >uses own HTTP_PROXY, FTP_PROXY, HTTP_PROXY_IGNORE and FTP_PROXY_IGNORE vars.
> >
> >I tried to persuade RP to change that back to standard http_proxy, ftp_proxy 
> >and no_proxy to no avail[1].
> >
> >Because of that I had to keep my own version of bitbake[2] with the necessary 
> >patches for my users - check the top 4 patches in that tree. Although, 
> >GIT_PROXY_COMMAND one is already in the bitbake master...
> >
> >And looks like Khem has already pushed the above change though...
> 
> drats, you're right. I was erroneously checking against a patched bitbake.
> 
> khem, i'm very sorry for my sloppiness! Please
> revert 3f602f72f0936ef773aa4767636d41bb82ecf3b0 :

Reverted.

> ---8<---
> Unfortunately bitbake master allegedly uses the non-standard
> {HT,F}TP_PROXY{,_IGNORE} config variables instead of the established
> http_proxy, ftp_proxy, no_proxy environment variables.
> ---8<---
> lynx has a good description for these, and especially a sane rule
> for no_proxy (with domain.tld:port csv entries) which works very well
> for me in practise, FYI.
> http://lynx.isc.org/lynx2.8.5/lynx2-8-5/lynx_help/keystrokes/environments.html#proxy
> 
> Sorry for the wrong patch and thanks, Denys, for mentioning this!
> >
> >[1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/19716
> >[2] http://arago-project.org/git/?p=arago-bitbake.git;a=shortlog;h=refs/heads/next

-- 
Denys



  reply	other threads:[~2010-02-15 20:17 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 21:14 [PATCH 0/12] random misc trivia Bernhard Reutner-Fischer
2010-02-08 21:14 ` [PATCH 01/12] trim superfluous trailing whitespace Bernhard Reutner-Fischer
2010-02-08 21:14   ` [PATCH 02/12] some more !getopt_long fixes Bernhard Reutner-Fischer
2010-02-08 21:14     ` [PATCH 03/12] osso-application-installer: nonworking Bernhard Reutner-Fischer
2010-02-08 21:14       ` [PATCH 04/12] matchbox-panel-2: fix DEPENDS Bernhard Reutner-Fischer
2010-02-08 21:14         ` [PATCH 05/12] no need to set LD nowadays Bernhard Reutner-Fischer
2010-02-08 21:14           ` [PATCH 06/12] quilt: use builtin date routines Bernhard Reutner-Fischer
2010-02-08 21:14             ` [PATCH 07/12] Document proxy setup in local.conf.sample Bernhard Reutner-Fischer
2010-02-08 21:14               ` [PATCH 08/12] commentary typo fix Bernhard Reutner-Fischer
2010-02-08 21:14                 ` [PATCH 09/12] flex: remove version specifics from generic inc Bernhard Reutner-Fischer
2010-02-08 21:14                   ` [PATCH 10/12] git: " Bernhard Reutner-Fischer
2010-02-08 21:14                     ` [PATCH 11/12] fix binutils patch to apply to 2.20 Bernhard Reutner-Fischer
2010-02-08 21:14                       ` [PATCH 12/12] task-base.bb: use uniform test for set Bernhard Reutner-Fischer
2010-02-11 13:04                         ` Phil Blundell
2010-02-11 21:57                           ` Khem Raj
2010-02-09 11:49                   ` [PATCH 09/12] flex: remove version specifics from generic inc Phil Blundell
2010-02-11  9:04               ` [PATCH 07/12] Document proxy setup in local.conf.sample Denys Dmytriyenko
2010-02-13 12:08                 ` Bernhard Reutner-Fischer
2010-02-15 20:14                   ` Denys Dmytriyenko [this message]
2010-02-09 11:06             ` [PATCH 06/12] quilt: use builtin date routines Phil Blundell
2010-02-08 21:56           ` [PATCH 05/12] no need to set LD nowadays Phil Blundell
2010-02-09  8:50             ` Bernhard Reutner-Fischer
2010-02-09  8:56               ` Phil Blundell
2010-02-10 16:48                 ` Bernhard Reutner-Fischer
2010-02-09  8:10           ` Koen Kooi
2010-02-09 11:58         ` [PATCH 04/12] matchbox-panel-2: fix DEPENDS Phil Blundell
2010-02-10 16:51           ` Bernhard Reutner-Fischer
2010-02-10 21:11       ` [PATCH 03/12] osso-application-installer: nonworking Bernhard Reutner-Fischer
2010-02-09  9:38     ` [PATCH 02/12] some more !getopt_long fixes Jens Seidel
2010-02-10  8:54       ` Bernhard Reutner-Fischer
2010-02-09 12:05   ` [PATCH 01/12] trim superfluous trailing whitespace Phil Blundell
2010-02-10 22:48   ` [PATCH 00/12] misc trivia Bernhard Reutner-Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100215201438.GB14442@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.