]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: implement --hard-reset option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 8 Jul 2015 10:59:49 +0000 (13:59 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:41 +0000 (15:08 +0100)
commitc908a423f85a84ddd8249abd00254f29d47df74b
treeb053ed0362c4ea75575258d8cfeb008b5c5a1c7e
parent5207169b9c6c4b05c6b043745905a5498adca1a3
combo-layer: implement --hard-reset option

This option causes combo-layer to do git fetch and hard reset instead of
git pull in the component repositories. This makes sure that the local
component repositories are always in sync with the remote - tolerating
force pushes and overriding any locally made changes.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer