Skip to content
Snippets Groups Projects
Commit e178b9b8 authored by Georg Sauthoff's avatar Georg Sauthoff
Browse files

work around new git safety checks

parent 54aa888c
No related branches found
No related tags found
No related merge requests found
.PHONY: srpm .PHONY: srpm
srpm: srpm:
dnf -y install git-core dnf -y install git-core
id
ls -l
# work around new git safety checks ...
git config --global --add safe.directory $$PWD/libixxx
git config --global --add safe.directory $$PWD/libixxxutil
git submodule update --init git submodule update --init
./build-tar.sh ./build-tar.sh
rpmbuild --define "_sourcedir $$PWD" --define "_specdir $$PWD" --define "_builddir $$PWD" --define "_rpmdir $(outdir)" --define "_srcrpmdir $(outdir)" -bs gms-utils.spec rpmbuild --define "_sourcedir $$PWD" --define "_specdir $$PWD" --define "_builddir $$PWD" --define "_rpmdir $(outdir)" --define "_srcrpmdir $(outdir)" -bs gms-utils.spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment