]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: detect when specified URL returns a web page
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:00 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commit83b1245b2638eb5d314fe663d33cd52a776a34a7
tree22c9f9d660717c1124b252594483c197d5f0b3bc
parent7e63a672517518644a37ce006e05b5494c29cf6e
recipetool: create: detect when specified URL returns a web page

If the user specifies a URL that just returns a web page, then it's
probably incorrect (or broken); attempt to detect this and show an error
if it's the case.

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