From 871577b3f8f59d10094e55e15beeb02ba739ec5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Wed, 7 Feb 2024 01:56:54 +0000 Subject: [PATCH 1/2] Update install instructions for COPR goncalossilva/cli has been up and running for much longer than the current recommendation, and over the years, it's been more reliable with its builds. See: - https://github.com/goncalossilva/rpm-act/actions - https://copr.fedorainfracloud.org/coprs/goncalossilva/act/monitor/ It's also fully automated. This means stable versions of Fedora get new builds quickly (even if builds on rawhide/preview versions tend to fail while the dust settles). --- src/installation/copr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installation/copr.md b/src/installation/copr.md index 1194214..5df49af 100644 --- a/src/installation/copr.md +++ b/src/installation/copr.md @@ -1,8 +1,8 @@ -# [COPR](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/) (Linux) +# [COPR](https://copr.fedorainfracloud.org/coprs/goncalossilva/act/) (Linux) [![Copr build status](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/package/act-cli/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/package/act-cli/) ```shell -dnf copr enable rubemlrm/act-cli +dnf copr enable goncalossilva/act dnf install act-cli ``` From bf5616dadd43ac91e6bd11751c95dd8e67f8e14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva?= Date: Wed, 7 Feb 2024 12:36:49 +0000 Subject: [PATCH 2/2] Update COPR badge --- src/installation/copr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/copr.md b/src/installation/copr.md index 5df49af..9c04683 100644 --- a/src/installation/copr.md +++ b/src/installation/copr.md @@ -1,6 +1,6 @@ # [COPR](https://copr.fedorainfracloud.org/coprs/goncalossilva/act/) (Linux) -[![Copr build status](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/package/act-cli/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/package/act-cli/) +[![Copr build status](https://copr.fedorainfracloud.org/coprs/goncalossilva/act/package/act-cli/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/goncalossilva/act/package/act-cli/) ```shell dnf copr enable goncalossilva/act