Bug 2017471: ensure nss-altfiles comes from AppStream#663
Bug 2017471: ensure nss-altfiles comes from AppStream#663openshift-merge-robot merged 1 commit intoopenshift:release-4.8from
Conversation
In openshift#637, it was observed that `nss-altfiles` could come from the RHAOS repos, which is unnecessary since the same version exists in the RHEL8 AppStream repos. The package has since been untagged from the RHAOS repo, but to ensure that we always get the package from AppStream we'll pin to the specific version. (The version hasn't changed since Apr 2019)
|
@miabbott: This pull request references Bugzilla bug 2017471, which is invalid:
Comment DetailsIn response to this:
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. |
|
Looks like we should prioritize adding lockfiles support to RHCOS. |
Agreed! I would have liked to use the repo locking that we use in 4.9/4.10 but we didn't backport that to 4.8 |
|
/bugzilla refresh |
|
@miabbott: An error was encountered querying GitHub for users with public email (mnguyen@redhat.com) for bug 2017471 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
non-200 OK status code: 403 Forbidden body: "{\n \"documentation_url\": \"https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits\",\n \"message\": \"You have exceeded a secondary rate limit. Please wait a few minutes before you try again.\"\n}\n"
Please contact an administrator to resolve this issue, then request a bug refresh with DetailsIn response to this:
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. |
|
/bugzilla refresh |
|
@miabbott: This pull request references Bugzilla bug 2017471, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlebon, miabbott The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@miabbott: All pull requests linked via external trackers have merged: Bugzilla bug 2017471 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
In #637, it was observed that
nss-altfilescould come from the RHAOSrepos, which is unnecessary since the same version exists in the RHEL8
AppStream repos. The package has since been untagged from the RHAOS
repo, but to ensure that we always get the package from AppStream we'll
pin to the specific version. (The version hasn't changed since Apr 2019)