[yocto] [meta-swupd][PATCH 1/1] bundles.py: allow username/password encoded in URLs

Patrick Ohly patrick.ohly at intel.com
Wed Jan 10 01:58:51 PST 2018


On Tue, 2018-01-09 at 19:28 +0100, Ingo Flaschberger wrote:
> Dear Patrick,
> 
> it works if you replace:
>      manager.add_password(None, parsed_url, parsed_url.username, 
> parsed_url.password)
> with:
>       manager.add_password(None, new_url, parsed_url.username, 
> parsed_url.password)

I assume this works on top of my proposal. To avoid such ambiguity and
the risk that something gets merged that is still incomplete, please
post the entire patch as tested by you. The right way would be "git
send-email", but I can also take "git diff" attached to an email.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.





More information about the yocto mailing list