!337 add git config in apply-patches

From: @taotao-sauce 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2022-09-01 07:56:38 +00:00 committed by Gitee
commit 4960d1d898
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 1 deletions

View File

@ -35,6 +35,8 @@ done
git init .
git add .
git config --local user.name "isuladci"
git config --local user.email "isulad@ci.com"
git commit -m "init repo"
cd $cwd

View File

@ -1,4 +1,4 @@
%global _release 2022082001
%global _release 2022090101
Name: lxc
Version: 4.0.3
@ -192,6 +192,12 @@ make check
%{_mandir}/*/man7/%{name}*
%changelog
* Thu Sep 1 2022 zhongtao<zhongtao17@huawei.com> - 4.0.3-2022090101
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add git config in apply-patches
* Sat Aug 20 2022 wangfengtu<wangfengtu@huawei.com> - 4.0.3-2022082001
- Type:bugfix
- ID:NA