We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed recently that the snapshot update job will update repository configurations in the projects with invalid snapshot URLs. For example, this PR in images updated the server-updates repo in RHEL 7.9 to 20241107 (https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el7/el7-x86_64-server-updates-7.9-20241107), but
server-updates
curl -s https://rpmrepo.osbuild.org/v2/enumerate/ | grep el7-x86_64-server-updates-7.9-20241107
shows nothing.
To verify:
curl -s https://rpmrepo.osbuild.org/v2/enumerate/ | grep el7-x86_64-server-updates-7.9-2024 "el7-x86_64-server-updates-7.9-20240415", "el7-x86_64-server-updates-7.9-20240501", "el7-x86_64-server-updates-7.9-20240502", "el7-x86_64-server-updates-7.9-20240508", "el7-x86_64-server-updates-7.9-20240513", "el7-x86_64-server-updates-7.9-20240514", "el7-x86_64-server-updates-7.9-20240515", "el7-x86_64-server-updates-7.9-20240522", "el7-x86_64-server-updates-7.9-20240531", "el7-x86_64-server-updates-7.9-20240601", "el7-x86_64-server-updates-7.9-20240615", "el7-x86_64-server-updates-7.9-20240626", "el7-x86_64-server-updates-7.9-20240701", "el7-x86_64-server-updates-7.9-20240715", "el7-x86_64-server-updates-7.9-20240801",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've noticed recently that the snapshot update job will update repository configurations in the projects with invalid snapshot URLs. For example, this PR in images updated the
server-updates
repo in RHEL 7.9 to 20241107 (https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el7/el7-x86_64-server-updates-7.9-20241107), butshows nothing.
To verify:
The text was updated successfully, but these errors were encountered: