Re: [yocto] [meta-swupd] allow username/password encoded in SWUPD_VERSION_URL and SWUPD_CONTENT_URL

2017-12-20 Thread Patrick Ohly
Hello Ingo! Sorry for the late reply. There were quite a few things in the patch that needed further discussion, so I kept postponing dealing with it. That, and I am not sure due to staffing questions whether I am really supposed to maintain meta-swupd at the moment :-/ Right now I refrain from

Re: [yocto] [meta-swupd] allow username/password encoded in SWUPD_VERSION_URL and SWUPD_CONTENT_URL

2017-03-25 Thread Ingo Flaschberger
requested patch attached From f2526a7ed47b3f3c8f0cb893eadb5e6981255d4c Mon Sep 17 00:00:00 2001 From: ingo Date: Sat, 25 Mar 2017 21:13:33 +0100 Subject: [PATCH] bundles.py: allow username/password encoded into HTTP server URLs example:

Re: [yocto] [meta-swupd] allow username/password encoded in SWUPD_VERSION_URL and SWUPD_CONTENT_URL

2017-03-24 Thread Patrick Ohly
On Thu, 2017-03-23 at 16:04 +0100, Ingo Flaschberger wrote: > This patch allows basic authentication of swupd SWUPD_VERSION_URL and > SWUPD_CONTENT_URL. > swupd-client already support urlencoded username/password, but > buildlayer does not. Can you resend in "git format-patch" format? Don't

[yocto] [meta-swupd] allow username/password encoded in SWUPD_VERSION_URL and SWUPD_CONTENT_URL

2017-03-23 Thread Ingo Flaschberger
This patch allows basic authentication of swupd SWUPD_VERSION_URL and SWUPD_CONTENT_URL. swupd-client already support urlencoded username/password, but buildlayer does not. diff --git a/lib/swupd/bundles.py b/lib/swupd/bundles.py index b4c6f49..223fd3c 100644 --- a/lib/swupd/bundles.py +++