25 lines
701 B
Plaintext
25 lines
701 B
Plaintext
# Testing repo for AlmaLinux
|
|
|
|
[almalinux-testing]
|
|
name=AlmaLinux $releasever - Testing
|
|
baseurl=https://repo.almalinux.org/vault/$releasever/testing/$basearch/os/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
|
|
|
## Sources
|
|
[almalinux-testing-source]
|
|
name=AlmaLinux $releasever - Testing Source
|
|
baseurl=https://repo.almalinux.org/vault/$releasever/testing/Source/
|
|
gpgcheck=1
|
|
enabled=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
|
|
|
## Debug
|
|
[almalinux-testing-debuginfo]
|
|
name=AlmaLinux $releasever - Testing debuginfo
|
|
baseurl=https://repo.almalinux.org/vault/$releasever/testing/debug/$basearch/
|
|
gpgcheck=1
|
|
enabled=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|