From a8c7f5c197a523631c07ac7fa6ec60752d00d25f Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Tue, 18 Aug 2020 15:03:58 +0200 Subject: [PATCH] fedora-helper: Rawhide is now f34 Signed-off-by: Igor Raits --- tools/fedora-helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fedora-helper.py b/tools/fedora-helper.py index b2fb39d..bc2b90b 100755 --- a/tools/fedora-helper.py +++ b/tools/fedora-helper.py @@ -17,7 +17,7 @@ CACHEDIR = XDG_CACHE_HOME / "rust2rpm" # Arch that is used for resolving dependencies and such ARCH = "x86_64" # The repo that contains crates -REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f33-build/latest/{ARCH}/" +REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f34-build/latest/{ARCH}/" # Just some sane chunk size CHUNK_SIZE = 8192