All of lore.kernel.org
 help / color / mirror / Atom feed
* [denzil][PATCH 0/9] bitbake fetch improvements backport to denzil
@ 2012-07-03 22:31 Khem Raj
  2012-07-03 22:32 ` [denzil][PATCH 1/9] bitbake/fetch: Spell out which fetcher backends support and recommend checksums Khem Raj
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Khem Raj @ 2012-07-03 22:31 UTC (permalink / raw)
  To: poky; +Cc: Khem Raj

On denzil bitbake was still trying to go out to internet for git repos
when BB_NO_NETWORK was set. This set of backports fix that issue
and now BB_NO_NETWORK works as expected

The following changes since commit 73cdebf60df225ee10f2eb215935be3b61e1b831:

  documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflict (2012-06-29 15:54:26 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib kraj/denzil-fetcher-update
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/denzil-fetcher-update

Richard Purdie (9):
  bitbake/fetch: Spell out which fetcher backends support and recommend
    checksums
  bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't
    return a match
  bitbake: fetch2: Fix error handling in uri_replace()
  bitbake: fetch2: Only cache data if fn is set, its pointless caching
    it against a None value
  bitbake: fetch2: Ensure when downloading we are consistently in the
    same directory
  bitbake: fetch2: Split try_mirrors into two parts
  bitbake: fetch2: Explicitly check for mirror tarballs in mirror
    handling code
  bitbake: fetch2: Improve mirror looping to consider more cases
  bitbake: fetch2: Handle errors orruring when building mirror urls

 bitbake/lib/bb/fetch2/__init__.py |  218 ++++++++++++++++++++++++-------------
 bitbake/lib/bb/fetch2/git.py      |    3 +
 bitbake/lib/bb/fetch2/ssh.py      |    3 +
 bitbake/lib/bb/fetch2/wget.py     |    3 +
 4 files changed, 149 insertions(+), 78 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-07-31 22:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 22:31 [denzil][PATCH 0/9] bitbake fetch improvements backport to denzil Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 1/9] bitbake/fetch: Spell out which fetcher backends support and recommend checksums Khem Raj
2012-07-30 22:52   ` McClintock Matthew-B29882
2012-07-31 21:39     ` Scott Garman
2012-07-31 21:43       ` McClintock Matthew-B29882
2012-07-31 22:03         ` Scott Garman
2012-07-31 22:06           ` McClintock Matthew-B29882
2012-07-03 22:32 ` [denzil][PATCH 2/9] bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a match Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 3/9] bitbake: fetch2: Fix error handling in uri_replace() Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 4/9] bitbake: fetch2: Only cache data if fn is set, its pointless caching it against a None value Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 5/9] bitbake: fetch2: Ensure when downloading we are consistently in the same directory Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 6/9] bitbake: fetch2: Split try_mirrors into two parts Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 7/9] bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling code Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 8/9] bitbake: fetch2: Improve mirror looping to consider more cases Khem Raj
2012-07-03 22:32 ` [denzil][PATCH 9/9] bitbake: fetch2: Handle errors orruring when building mirror urls Khem Raj
2012-07-05 15:38 ` [denzil][PATCH 0/9] bitbake fetch improvements backport to denzil Scott Garman
2012-07-05 16:12   ` Richard Purdie
2012-07-05 17:30     ` Khem Raj
2012-07-05 17:43       ` McClintock Matthew-B29882
2012-07-05 20:06 ` Scott Garman

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.