summaryrefslogtreecommitdiff
path: root/.autocopr/README
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2022-01-14 13:34:16 -0500
committerLokesh Mandvekar <lsm5@fedoraproject.org>2022-01-14 15:36:34 -0500
commit350765e79069ec09b115a1bd50544063ade61bef (patch)
tree5a3ce38c864745e2d81eeae5a6ba937cad01a43b /.autocopr/README
parentecf818a1cddd5e3e62b4a2a761d44b2be336317e (diff)
downloadpodman-350765e79069ec09b115a1bd50544063ade61bef.tar.gz
podman-350765e79069ec09b115a1bd50544063ade61bef.tar.bz2
podman-350765e79069ec09b115a1bd50544063ade61bef.zip
Add rpkg template for COPR autobuild
This commit removes .autocopr/podman.spec in favor of podman.spec.rpkg to account for new recommendations for COPR builds. The build process now enables debug packages and also uses `%gobuild` instead of `make` or `go build` to get the packages as close as possible to Fedora koji builds. https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/message/3JORYRKDWFMJSR35Z4LIKDEXH2T5263H/ [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to '.autocopr/README')
-rw-r--r--.autocopr/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/.autocopr/README b/.autocopr/README
deleted file mode 100644
index 791fe8262..000000000
--- a/.autocopr/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Enable COPR:
-sudo dnf copr enable rhcontainerbot/podman-next
-
-Install podman:
-sudo dnf install podman -y