From d231e5d4331ccf1b18a1d79216da7a97ac9f687d Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mar 07 2021 20:40:31 +0000 Subject: fedora-helper: Use f35 as a base for license generation Signed-off-by: Igor Raits --- diff --git a/tools/fedora-helper.py b/tools/fedora-helper.py index bc2b90b..3193241 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/f34-build/latest/{ARCH}/" +REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f35-build/latest/{ARCH}/" # Just some sane chunk size CHUNK_SIZE = 8192