Skip to content

Fix broken kerserver url by replacing with wget#529

Merged
ahcorde merged 1 commit intogazebosim:gz-cmake5from
BhuvanB404:keyserver-url
Feb 26, 2026
Merged

Fix broken kerserver url by replacing with wget#529
ahcorde merged 1 commit intogazebosim:gz-cmake5from
BhuvanB404:keyserver-url

Conversation

@BhuvanB404
Copy link
Contributor

@BhuvanB404 BhuvanB404 commented Feb 26, 2026

🦟 Bug fix

Fixes #470

Summary

Replaced the keyserver url in install.md for gz-cmake with the wget , removing the broken link.

Current install instructions provide the link for keyserver for downloading binaries through this link :

which results in the output :

W: GPG error: http://packages.osrfoundation.org/gazebo/ubuntu-stable noble InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 67170598AF249743

so updated it to

wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -

as suggested and used in source install section.

Though it does generate warning that apt-get is depreciated. So should those warning be removed using gpg signoff ?

Checklist

  • Signed all commits for DCO
  • Added a screen capture or video to the PR description that demonstrates the fix (as needed)
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • Updated Bazel files (if adding new files). Created an issue otherwise.
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers
  • Was GenAI used to generate this PR? If so, make sure to add "Generated-by" to your commits. (See this policy for more info.)

Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

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

@github-project-automation github-project-automation bot moved this from Inbox to In review in Core development Feb 26, 2026
Replaced the keyserver url in install.md for gz-cmake with the
wget from  the packages website of osrf

fixes gazebosim#470

Signed-off-by: BhuvanB <bhuvanb1408@gmail.com>
@BhuvanB404
Copy link
Contributor Author

BhuvanB404 commented Feb 26, 2026

my bad,fixed

@ahcorde ahcorde merged commit 248c3c5 into gazebosim:gz-cmake5 Feb 26, 2026
8 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Core development Feb 26, 2026
@scpeters
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🪵 jetty Gazebo Jetty

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Broken key url

3 participants