Compare commits

..

No commits in common. "a8" and "a8" have entirely different histories.
a8 ... a8

2 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
[almalinux-testing]
name=AlmaLinux $releasever - Testing
baseurl=https://vault.almalinux.org/$releasever/testing/$basearch/os/
baseurl=https://repo.almalinux.org/vault/$releasever/testing/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
@ -10,7 +10,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
## Sources
[almalinux-testing-source]
name=AlmaLinux $releasever - Testing Source
baseurl=https://vault.almalinux.org/$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
@ -18,7 +18,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
## Debug
[almalinux-testing-debuginfo]
name=AlmaLinux $releasever - Testing debuginfo
baseurl=https://vault.almalinux.org/$releasever/testing/debug/$basearch/
baseurl=https://repo.almalinux.org/vault/$releasever/testing/debug/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux

View File

@ -1,7 +1,7 @@
Summary: AlmaLinux Testing repository configuration
Name: almalinux-release-testing
Version: 8
Release: 2%{?dist}
Release: 1%{?dist}
License: GPLv2
URL: https://almalinux.org/
BuildArch: noarch
@ -20,8 +20,5 @@ install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/almalinux-te
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-testing.repo
%changelog
* Thu Apr 30 2026 Jonathan Wright <jonathan@almalinux.org> - 8-2
- Update vault URL to dedicated subdomain
* Fri Jul 28 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 8-1
- Initial version