From 8e0532623184761c125890cacf8f29ac3e15452e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 2 Dec 2021 18:08:38 -0500 Subject: add spec file for automated copr builds This commit along with an upstream webhook will automatically build an rpm at `rhcontainerbot/podman-next` . RPM NVR will be of the form: podman-4-$DATESTAMP.$TIMESTAMP The date and time stamps will reflect the date and time at which they were built in the COPR env which shouldn't lag the PR merge date by a lot. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar --- .autocopr/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .autocopr/README (limited to '.autocopr/README') diff --git a/.autocopr/README b/.autocopr/README new file mode 100644 index 000000000..791fe8262 --- /dev/null +++ b/.autocopr/README @@ -0,0 +1,5 @@ +Enable COPR: +sudo dnf copr enable rhcontainerbot/podman-next + +Install podman: +sudo dnf install podman -y -- cgit v1.2.3-54-g00ecf