]> 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>
Fri, 15 Jan 2016 15:41:31 +0000 (15:41 +0000)
commitcf61eff7bbc9afa0eeb1fd481f1d4b75429a1c24
tree68de81d34208ae7572c74218b2bd8d56afba515f
parent623e59b103c1edf3211384d26cc0c83cfd424587
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.

(From OE-Core master rev: 83b1245b2638eb5d314fe663d33cd52a776a34a7)

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