Skip to content

Commit

Permalink
dummy pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Oct 8, 2024
1 parent 916f82f commit 8a5210d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpmbuild/copr_rpmbuild/providers/scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

MAKE_SRPM_TEPMLATE = (
"set -x && "
'echo {4} && '
'cd {0} && '
'echo -e "[safe]\ndirectory = {4}" > ~/.gitconfig && '
'echo -e "[safe]\ndirectory = {0}" > ~/.gitconfig && '
'make -f {1} srpm outdir="{2}" spec="{3}"'
)

Expand Down

0 comments on commit 8a5210d

Please sign in to comment.