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

Scala-cli .deb file is not signed #3501

Open
DavidGoodenough opened this issue Feb 16, 2025 · 0 comments
Open

Scala-cli .deb file is not signed #3501

DavidGoodenough opened this issue Feb 16, 2025 · 0 comments
Labels
bug Something isn't working os:Debian Issues tied with Debian operating systems integration packaging Everything related to packaging Scala CLI itself

Comments

@DavidGoodenough
Copy link

Version(s)
All versions

Describe the bug
On a Debian sid system, APT is getting increasingly insistent that.deb files loaded from repositories should be signed. Scala-cli is not and should be.

To Reproduce
If you use Debian sid with an up to date apt , if you run apt update then it will emark that the repository does not have a signed by value, especially if you have used the apt modernize-sources command to use the new sources file format.

Expected behaviour
A distribution key pair should be generated and the .deb should be signed with the private ket and the public key should be made available for download and use in the signed by clause.

@DavidGoodenough DavidGoodenough added the bug Something isn't working label Feb 16, 2025
@Gedochao Gedochao added packaging Everything related to packaging Scala CLI itself os:Debian Issues tied with Debian operating systems integration labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working os:Debian Issues tied with Debian operating systems integration packaging Everything related to packaging Scala CLI itself
Projects
Status: To do
Development

No branches or pull requests

2 participants