From 433e4785bf79a882c9dd96a524bf32d55b6831d2 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 24 Mar 2020 19:16:17 +0000 Subject: [PATCH] copr: Add some notes Signed-off-by: Frediano Ziglio Acked-by: Uri Lublin --- .copr/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.copr/Makefile b/.copr/Makefile index ce243f8..7031611 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,5 +1,14 @@ # This Makefile script is invoked by copr to build source rpm # See: https://docs.pagure.org/copr.copr/user_documentation.html#make-srpm +# +# How to test/setup +# 1- login to Copr account +# 2- add a project setting the desired chroots (for testing copy the +# one on official Copr project) +# 3- add a SCM build +# a- URL: url of git repository +# b- Committish: branch name to use, empty master +# c- build with make_srpm PROTOCOL_GIT_REPO = https://gitlab.freedesktop.org/spice/spice-protocol BUILD = xz git rpm-build meson -- GitLab