-
Notifications
You must be signed in to change notification settings - Fork 157
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
[next] tree: promote changes from testing-devel at 262ea8b2b031a81a3cb379a93803ebdc2d407709 #3302
Conversation
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
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
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
hmm. there still isn't something right with the submodule promotion:
|
Currently, `ubuntu-latest` is still 22.04 which has git v2.34. Let's use `fedora:latest` instead, which has much newer git. I suspect this should fix submodule-related issues we're seeing with promotion: coreos/fedora-coreos-config#3302 (comment)
Let's try coreos/fedora-coreos-streams#997. |
Currently, `ubuntu-latest` is still 22.04 which has git v2.34. Let's use `fedora:latest` instead, which gives us much newer git (v2.47.1). I suspect this should fix submodule-related issues we're seeing with promotion: coreos/fedora-coreos-config#3302 (comment)
Currently, `ubuntu-latest` is still 22.04 which has git v2.34. Let's use `fedora:latest` instead, which gives us much newer git (v2.47.1). I suspect this should fix submodule-related issues we're seeing with promotion: coreos/fedora-coreos-config#3302 (comment)
Triggered by @jlebon in coreos/fedora-coreos-streams#993.