-
Notifications
You must be signed in to change notification settings - Fork 261
[ci] Update repo for ubuntu podman 5 #1940
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
Conversation
24.10 is now EOL and the repo has been moved to old-releases.ubuntu.com. Signed-off-by: Oliver Walsh <[email protected]>
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUbuntu 24.10 has reached EOL and its archive was moved; this change updates all CI workflows to point at old-releases.ubuntu.com so package installs continue to succeed. Flow diagram for updated package installation in CI workflowsflowchart TD
Start(["Start CI Job"]) --> AddRepo["Add old-releases.ubuntu.com/ubuntu oracular universe repository"]
AddRepo --> Update["apt-get update"]
Update --> Purge["apt-get purge firefox"]
Purge --> Install["Install Podman"]
Install --> End(["End CI Job"])
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(the packit jobs shouldn't be affected by this change and are probably failing due to something else)
LGTM |
24.10 is now EOL and the repo has been moved to old-releases.ubuntu.com.
Summary by Sourcery
CI: