gazebo-tooling / gzdev

Gazebo developers tool is an Outreachy project designed to facilitate many of the usual tasks that Gazebo developers face daily
Other
14 stars 3 forks source link

Replace apt-key with keyring installation (take II) #75

Closed j-rivero closed 10 months ago

j-rivero commented 10 months ago

Second take of #74. Reproducing the text here:

As the apt-key man pages recommends, this PR removes the use of it and replaces it with a Signed-By clause that points to a download gpg key.

The PR adds the key_url field to yaml to store the URI to grab the key from. The keyfield is still preserve to check that the key stored has the expected fringerprint to improve the security.

The tool will replace:

The tool will not replace:

j-rivero commented 10 months ago

Testing: Build Status

j-rivero commented 10 months ago

Another round of tests in Build Status