aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 22:54:53 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 22:54:53 +0200
commit0d549722c858d384e0f85ebe308de12ebef01379 (patch)
treea393b09c0b6f26cbd067bc0932da9740285fbb1b
parentab395a0a0b332bd94ef4d148d7e2c8180f96f0ed (diff)
downloadgnunet-rpm-0d549722c858d384e0f85ebe308de12ebef01379.tar.gz
gnunet-rpm-0d549722c858d384e0f85ebe308de12ebef01379.zip
try again
-rw-r--r--.copr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 898a6d3..189a705 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,4 +1,6 @@
1outdir ?= $(pwd) 1outdir ?= $(pwd)
2srpm: 2srpm:
3 dnf install 'dnf-command(copr)' && dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @schanzen/gnunet 3 dnf install 'dnf-command(copr)'
4 dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d @schanzen/gnunet
5 dnf install -y --setopt=reposdir=/tmp/yum.repos.d rust-octets
4 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)" 6 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"