fedora-helper: Rawhide is now f34

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Raits 2020-08-18 15:03:58 +02:00
parent 8dcf851319
commit a8c7f5c197
No known key found for this signature in database
GPG key ID: 115D5AB89C5C1E1E

View file

@ -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