-
Notifications
You must be signed in to change notification settings - Fork 195
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
scripts: Ignore glibc-gconv-extra lua script in %post #3103
Conversation
glibc-gconv-extra uses lua scripts in post as of https://src.fedoraproject.org/rpms/glibc/c/ca0613665ce6e1b4e92dadd3660ad39cf3dc5f3e?branch=main The post script is the same as glibc, which was previously worked around in coreos@d04e946
Hi @evan-a-a. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
It's just sitting there in Bodhi. We want it for its own sake, but also for coreos/rpm-ostree#3103 because of fedora-silverblue/issue-tracker#210 which can also apply to FCOS, even if having it as a layer is likely rarer here.
It's just sitting there in Bodhi. We want it for its own sake, but also for coreos/rpm-ostree#3103 because of fedora-silverblue/issue-tracker#210 which can also apply to FCOS, even if having it as a layer is likely rarer here.
It's just sitting there in Bodhi. We want it for its own sake, but also for coreos/rpm-ostree#3103 because of fedora-silverblue/issue-tracker#210 which can also apply to FCOS, even if having it as a layer is likely rarer here.
It's just sitting there in Bodhi. We want it for its own sake, but also for coreos/rpm-ostree#3103 because of fedora-silverblue/issue-tracker#210 which can also apply to FCOS, even if having it as a layer is likely rarer here.
glibc-gconv-extra uses lua scripts in post as of https://src.fedoraproject.org/rpms/glibc/c/ca0613665ce6e1b4e92dadd3660ad39cf3dc5f3e?branch=main
The post script is the same as glibc, which was previously worked around in d04e946