Add git system config
authorjingui.ren <jingui.ren@samsung.com>
Tue, 31 Jul 2018 02:36:51 +0000 (10:36 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Tue, 31 Jul 2018 02:36:51 +0000 (10:36 +0800)
Change-Id: I220f2257d3952903db598a3d26420b1488f45c3b

fixtures/tools/create_proj

index 17b9608daca729b5413377e057e89f0a26f8dc69..64fa11b89fb77f9833d24ff4779bfd3397d8598f 100755 (executable)
@@ -157,7 +157,8 @@ done
 
 spec=$1
 shift
-
+git config --system user.email "itest@intel.com"
+git config --system user.name "scm"
 guess_project_dir "$@"
 check_proj $proj
 make_proj $spec "$@"