BUGFIX: previous repo/arch should not be removed.
authorJunghyun Kim <jh0822.kim@samsung.com>
Tue, 24 Jan 2017 10:52:57 +0000 (19:52 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Sat, 4 Feb 2017 06:16:25 +0000 (15:16 +0900)
commit4926ed0669c91078f64ea3be84aaef2b49e4b0ad
treea370d5d8ae61bd875e764d0268e4467e32a3365d
parent56c4614b67ef38846a972a35e6f935ad49a138ce
BUGFIX: previous repo/arch should not be removed.

PROBLEM:
- Due to rmtree(sync_dest), previous depepenency graphs are removed.

SOLUTION:
- sync_dest is set to only that repo/arch.
- only target repo/arch directory is removed now.

Change-Id: I67050a53c7e4cb4d8c46889e1d784b7fd0b72417
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
job_make_dep_graph.py