aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 23:01:10 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 23:01:10 +0200
commitcd595eb674ec908e6b16e090557da5c8a47e5ca8 (patch)
tree8f7a387904f0e0b3a864b7b51cb3c7db78dd0338
parentc4e85eafb4ff832295f802c5ed682ebfddde3d65 (diff)
downloadgnunet-rpm-cd595eb674ec908e6b16e090557da5c8a47e5ca8.tar.gz
gnunet-rpm-cd595eb674ec908e6b16e090557da5c8a47e5ca8.zip
do not install immediately
-rw-r--r--.copr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 8bff39f..ce4c11d 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,6 +1,5 @@
1outdir ?= $(pwd) 1outdir ?= $(pwd)
2srpm: 2srpm:
3 dnf install 'dnf-command(copr)' 3 dnf install -y dnf-plugins-core fedora-packager
4 dnf copr enable -y --setopt=reposdir=/tmp/yum.repos.d schanzen/gnunet 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
6 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)" 5 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"