projects
/
tools
/
itest-cases-gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296c1a0
)
Add git system config
author
jingui.ren
<jingui.ren@samsung.com>
Tue, 31 Jul 2018 02:36:51 +0000
(10:36 +0800)
committer
jingui.ren
<jingui.ren@samsung.com>
Tue, 31 Jul 2018 02:36:51 +0000
(10:36 +0800)
Change-Id: I220f2257d3952903db598a3d26420b1488f45c3b
fixtures/tools/create_proj
patch
|
blob
|
history
diff --git
a/fixtures/tools/create_proj
b/fixtures/tools/create_proj
index 17b9608daca729b5413377e057e89f0a26f8dc69..64fa11b89fb77f9833d24ff4779bfd3397d8598f 100755
(executable)
--- a/
fixtures/tools/create_proj
+++ b/
fixtures/tools/create_proj
@@
-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 "$@"