diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2021-12-02 18:08:38 -0500 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2021-12-03 12:45:12 -0500 |
commit | 8e0532623184761c125890cacf8f29ac3e15452e (patch) | |
tree | 3ac7ebb8431016237b1a42520394faf68a995737 /.autocopr/README | |
parent | a50502dd3d8ef5c80d686824ba2023927825fd2c (diff) | |
download | podman-8e0532623184761c125890cacf8f29ac3e15452e.tar.gz podman-8e0532623184761c125890cacf8f29ac3e15452e.tar.bz2 podman-8e0532623184761c125890cacf8f29ac3e15452e.zip |
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 <lsm5@fedoraproject.org>
Diffstat (limited to '.autocopr/README')
-rw-r--r-- | .autocopr/README | 5 |
1 files changed, 5 insertions, 0 deletions
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 |