]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add sync command
authorTzu-Jung Lee <roylee17@currantlabs.com>
Mon, 9 Nov 2015 10:30:32 +0000 (02:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 07:57:02 +0000 (07:57 +0000)
commite2fe4c99f1020a20b579832c4feafcd0e9bc2f75
tree572061ab2393b0dd2212b7f8574401c9e25045c3
parent871d3279fd3360628c8fd9a37134eca541b10636
devtool: add sync command

The sync command is similar to the extract command, except it
fetches the sync'ed and patched branch to an existing git repository.

This enables users to keep track the upstream development while
maintaining their own local git repository at the same time.

Signed-off-by: Tzu-Jung Lee <roylee17@currantlabs.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py