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

Support unsigned apt repositories #947

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Support unsigned apt repositories #947

merged 2 commits into from
Oct 11, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 22, 2022

This is a non-breaking change to support unsigned apt repositories. Because the configuration file format for repository information is structured as two separate lists for repository URLs and keys, an empty string for the key indicates that the repository should be used without checking signatures.

The empty file is still written out to a file so that downstream buildfarm scripts in the chain don't need to be updated and simply carry forward the empty file.

While this behavior isn't desirable in our production environments at all, it would lower the barrier for entry when running ros_buildfarm scripts locally.

This is already how the RPM repositories behave.

@cottsay cottsay self-assigned this Feb 22, 2022
@cottsay cottsay marked this pull request as ready for review October 11, 2024 20:09
@cottsay cottsay merged commit 9b68604 into master Oct 11, 2024
24 checks passed
@cottsay cottsay deleted the cottsay/optional-gpg-key branch October 11, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants