mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-09 13:57:52 +03:00
Merge pull request #2618 from jlebon/pr/copr-fix
copr: mark git checkout as safe
This commit is contained in:
commit
ed79299fc3
@ -1,5 +1,7 @@
|
||||
srpm:
|
||||
dnf install -y git
|
||||
# similar to https://github.com/actions/checkout/issues/760, but for COPR
|
||||
git config --global --add safe.directory '*'
|
||||
ci/make-git-snapshot.sh
|
||||
curl -LO https://src.fedoraproject.org/rpms/ostree/raw/rawhide/f/ostree.spec
|
||||
sed -ie "s,^Version:.*,Version: $$(git describe --always --tags | sed -e 's,-,\.,g' -e 's,^v,,')," ostree.spec
|
||||
|
Loading…
x
Reference in New Issue
Block a user