Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gsauthof-utility
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
gsauthof-utility
Commits
e178b9b8
Commit
e178b9b8
authored
2 years ago
by
Georg Sauthoff
Browse files
Options
Downloads
Patches
Plain Diff
work around new git safety checks
parent
54aa888c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.copr/Makefile
+5
-0
5 additions, 0 deletions
.copr/Makefile
with
5 additions
and
0 deletions
.copr/Makefile
+
5
−
0
View file @
e178b9b8
.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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment