diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-03 19:26:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 19:26:46 +0000 |
commit | a03b8b44f7641781fc01e97ec40ff84ec0817062 (patch) | |
tree | 23231f43d86d1d65fe35635bc53b70b67bdb95b2 /.autocopr/README | |
parent | a93fa5e0c95deb9c7ea8a1df3fa2e5b89efb89df (diff) | |
parent | 8e0532623184761c125890cacf8f29ac3e15452e (diff) | |
download | podman-a03b8b44f7641781fc01e97ec40ff84ec0817062.tar.gz podman-a03b8b44f7641781fc01e97ec40ff84ec0817062.tar.bz2 podman-a03b8b44f7641781fc01e97ec40ff84ec0817062.zip |
Merge pull request #12491 from lsm5/auto-copr
add spec file for automated copr builds
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 |