move buildlog to avoid copying by mistake in next build
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 13 Sep 2012 13:12:19 +0000 (21:12 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Thu, 13 Sep 2012 13:12:19 +0000 (21:12 +0800)
commit341064b98245afc631ad3248489845e289418259
tree8b304b3087c6422cf30c339af347e96af3d81f2d
parentd0a26eb67eb042ded584bc42477f67686126718f
move buildlog to avoid copying by mistake in next build

For example:
run depannur to build ail succeeded, and the build log left in that
build root, next time run ail again, depanneur request root passwd
and user cancelled by Ctrl + C, then the build log for previous build
will be copied to fail dir by mistake.

Change-Id: Iff50f4a1378ba135c6763fc6f279bc689a6928ef
depanneur