From e8c6eb1f6fe9b47b66d6739f9f31e9f6fd490d5e Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 8 Jul 2024 22:25:41 +0200 Subject: [PATCH] Update the dnf5 copr repo (#83459) (#83471) The dnf-nightly is the official nightly repo now. (cherry picked from commit df29852f3a48160e1a60635692c202531dd8b14a) --- test/integration/targets/dnf5/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/dnf5/playbook.yml b/test/integration/targets/dnf5/playbook.yml index 16dfd22e366..78b5f4d0ffe 100644 --- a/test/integration/targets/dnf5/playbook.yml +++ b/test/integration/targets/dnf5/playbook.yml @@ -2,7 +2,7 @@ tasks: - block: - command: "dnf install -y 'dnf-command(copr)'" - - command: dnf copr enable -y rpmsoftwaremanagement/dnf5-unstable + - command: dnf copr enable -y rpmsoftwaremanagement/dnf-nightly - command: dnf install -y python3-libdnf5 - include_role: