]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: show a warning for github archive URLs
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 26 Oct 2017 21:12:47 +0000 (10:12 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit7e84a777aa924a237b4e604120ebf8a4b3ba53b2
tree47ef9a607740b1b8c36edf93b9b9778288bc5f03
parent284426dbad91a3c52eaf7da5c58fe8a2c2dfb826
recipetool: create: show a warning for github archive URLs

github archive URLs are not guaranteed to be stable [1] and thus we
should show a warning if a user specifies one to recipetool create (or
devtool add).

[1] http://lists.openembedded.org/pipermail/openembedded-core/2017-September/142519.html

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create.py