All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some bitbake authentication issues
@ 2019-03-18 13:58 Stefan Klug
  2019-03-18 13:58 ` [PATCH 1/3] fetch2: Fix fetching of git repositories with kerberos authentication Stefan Klug
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stefan Klug @ 2019-03-18 13:58 UTC (permalink / raw)
  To: bitbake-devel

Hi,

while using bitbake in our corporate environment I stumbled over some 
authentication/stability issues.
This is my first patchset to this list. So please correct me if I
missed anything.

Regards Stefan

Stefan Klug (3):
  fetch2: Fix fetching of git repositories with kerberos authentication
  fetch2: Gracefully handle corrupt download-cache tarballs
  fetch2/wget: Fix authentication in checkstatus() of the wget fetcher

 lib/bb/fetch2/__init__.py | 1 +
 lib/bb/fetch2/git.py      | 7 +++++--
 lib/bb/fetch2/wget.py     | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

-- 




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

end of thread, other threads:[~2019-03-19  6:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 13:58 [PATCH 0/3] Fix some bitbake authentication issues Stefan Klug
2019-03-18 13:58 ` [PATCH 1/3] fetch2: Fix fetching of git repositories with kerberos authentication Stefan Klug
2019-03-18 23:44   ` Richard Purdie
2019-03-18 13:58 ` [PATCH 2/3] fetch2: Gracefully handle corrupt download-cache tarballs Stefan Klug
2019-03-18 23:45   ` Richard Purdie
2019-03-18 13:58 ` [PATCH 3/3] fetch2/wget: Fix authentication in checkstatus() of the wget fetcher Stefan Klug
2019-03-19  6:28   ` Andre McCurdy

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.