]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: allow specifying URL as positional argument
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:11 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commitaedfc5a5db1c4b2b80a36147c9a13b31764d91dd
tree548446ec57a61847b87fc527a61abbcd09f36117
parent70ab08146e930f1fc55fdf5726a87303e20bd60f
devtool: add: allow specifying URL as positional argument

Having to specify -f is a little bit ugly when a URI is distinctive
enough to recognise amongst the other positional parameters, so take it
as an optional positional parameter. -f/--fetch is still supported, but
deprecated.

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