]> code.ossystems Code Review - openembedded-core.git/commit
devtool: upgrade: fix moving version-specific files directory
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 22 Feb 2016 22:37:59 +0000 (11:37 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:35 +0000 (11:32 +0000)
commit60454a0ba154d6c777e0c2b05b887b4e4fcde986
tree6261dc2f41dbf65ce67000aa9092c992d29888df
parent1d0f821371d1cb93e30fad86f0c20e38cb93b54b
devtool: upgrade: fix moving version-specific files directory

We were trying to move this from the current directory instead of the
path. Let's just use shutil.move() instead of shelling out to mv.

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