set up a fake user for git
This commit is contained in:
parent
be5df14cdb
commit
3faa92c851
@ -1032,6 +1032,8 @@ rm -rf git-hooks */git-hooks
|
||||
|
||||
# set up git repo
|
||||
git init
|
||||
git config user.name rpmbuild
|
||||
git config user.email rpmbuild@fedoraproject.org
|
||||
git config gc.auto 0 # disable auto packing
|
||||
git add -A
|
||||
git commit -q -a -m %{name}-%{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user