25 lines
707 B
Plaintext
25 lines
707 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-9
|
||
|
|
||
|
## 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-9
|
||
|
|
||
|
## 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-9
|