]> code.ossystems Code Review - openembedded-core.git/commit
devtool: sdk-update: fix pulling updates from git
authorAndrea Galbusera <gizero@gmail.com>
Mon, 31 Jul 2017 09:19:17 +0000 (11:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 08:24:03 +0000 (09:24 +0100)
commit0dcdb146f59a184419bffd4f24cdf8343a43c0ea
tree7ccc49c0ce969b5b65ee6bf007dcae0dd9bd9b3d
parent1849ce3bd7c0af055f3e849a6508e746b6a0dca5
devtool: sdk-update: fix pulling updates from git

Commit 4657bc9d165e51981e034e73e7b92552e873eef7 replaced the git pull logic with
the git fetch + git reset --hard combo, but resetting to HEAD does not really
pull in new commits from remote... Replace with resetting to the upstream branch
instead.

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/sdk.py