[OE-core] tcf-agent, matchbox-wm-2: Correct "proto=git" to "protocol=git".

Andrei Gherzan andrei at gherzan.ro
Mon Jul 9 09:27:32 UTC 2012


On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day <rpjday at crashcourse.ca>wrote:

>
> "proto=git" is not a valid parameter for the git fetcher.
>
> NOTE: package
matchbox-wm-2-0.1+git1+01fa5465743c9ee43d040350f4405d35293e4869-r1: task
do_fetch: Succeeded

Anyway, in the git.py, code is searching for "protocol" parameter:
*ud.proto = ud.parm['protocol']*
*
*
... so your change seems legit.

On another hand, svn.py is using:
* proto = ud.parm.get('proto', 'svn')*

A good think would be to use the same parameter names for all protocols.

@g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120709/8e6f3665/attachment-0002.html>


More information about the Openembedded-core mailing list