fix what looks like an embarassing regression

we need to specify arch and version, or have env  variable somehwhere do it for us. As of now, it seems safer to hardcode it.
This commit is contained in:
Lukas Greve
2025-11-13 20:29:55 +01:00
parent 7fced10c52
commit ab9aa58eb2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64