Skip to content
New issue

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

Invalid repo snapshot updates in projects #113

Open
achilleas-k opened this issue Nov 8, 2024 · 0 comments
Open

Invalid repo snapshot updates in projects #113

achilleas-k opened this issue Nov 8, 2024 · 0 comments

Comments

@achilleas-k
Copy link
Member

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

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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant