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

unixPB: Fix sles 12 build tools package name #3192

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

aswinkr77
Copy link
Contributor

@aswinkr77 aswinkr77 commented Sep 21, 2023

Fixes #3191.
Package name updated to libcurl-devel from curl-devel.

Checklist
  • commit message has one of the standard prefixes
  • faq.md updated if appropriate
  • other documentation is changed or added (if applicable)
  • playbook changes run through VPC or QPC (if you have access)
  • VPC/QPC not applicable for this PR
  • for inventory.yml changes, bastillion/nagios/jenkins updated accordingly

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.

If this pull request needs to be merged during the release cycle then please comment /merge and a PMC member will be able to remove the block.

If the code freeze is over you can remove this block by commenting /thaw.

@sxa
Copy link
Member

sxa commented Sep 22, 2023

Adding Scott as a reviewer as he's worked on the SLES machiens more recently than I have. This change seems consistent with what's actually on our SLES12 machine.

Copy link
Contributor

@steelhead31 steelhead31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@karianna
Copy link
Contributor

karianna commented Oct 3, 2023

@aswinkr77 not sure why checks are failing

@aswinkr77
Copy link
Contributor Author

aswinkr77 commented Oct 3, 2023

@karianna
Well, the package name change only affects SLES 12. So it doesn't affect macOS and Solaris.

@aswinkr77
Copy link
Contributor Author

Well Solaris is down:

fatal: [127.0.0.1]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '[127.0.0.1]:2222' (ED25519) to the list of known hosts.\r\nssh_dispatch_run_fatal: Connection to 127.0.0.1 port 2222: incorrect signature", "unreachable": true}

in MacOS, it has something to do with GPG Signature Verification.

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None
fatal: [localhost]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 2, "stderr": "gpg: directory '/Users/runner/.gnupg' created\ngpg: keyserver receive failed: No route to host\n", "stderr_lines": ["gpg: directory '/Users/runner/.gnupg' created", "gpg: keyserver receive failed: No route to host"], "stdout": "", "stdout_lines": []}

@karianna
Copy link
Contributor

karianna commented Oct 4, 2023

Well Solaris is down:

fatal: [127.0.0.1]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Warning: Permanently added '[127.0.0.1]:2222' (ED25519) to the list of known hosts.\r\nssh_dispatch_run_fatal: Connection to 127.0.0.1 port 2222: incorrect signature", "unreachable": true}

in MacOS, it has something to do with GPG Signature Verification.

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None
fatal: [localhost]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 2, "stderr": "gpg: directory '/Users/runner/.gnupg' created\ngpg: keyserver receive failed: No route to host\n", "stderr_lines": ["gpg: directory '/Users/runner/.gnupg' created", "gpg: keyserver receive failed: No route to host"], "stdout": "", "stdout_lines": []}

I'd ping the infra channel on slack to resolve these

@sxa
Copy link
Member

sxa commented Oct 4, 2023

/thaw

@github-actions github-actions bot dismissed their stale review October 4, 2023 16:51

Pull Request unblocked - code freeze is over.

@sxa sxa merged commit 798987b into adoptium:master Oct 4, 2023
15 of 19 checks passed
@aswinkr77 aswinkr77 deleted the git-package branch January 5, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

curl-devel: Invalid package name for SLES 12.5
4 participants