]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: fix overzealous mapping of git URLs
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 Jan 2016 11:18:30 +0000 (00:18 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:38 +0000 (16:35 +0000)
commitbacff751c88b680fbfb07843b18c59c8bc80a9ea
tree3b6931334a629ebc0c8d658680903bb440c6e0c8
parentee977a62c58ded361c2abd78654bd25637fe9ea1
recipetool: create: fix overzealous mapping of git URLs

The regex for detecting git URLs was unanchored, leading to it matching
where it shouldn't have. An example of where this went wrong was
http://taglib.github.io/releases/taglib-1.9.1.tar.gz.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py