zyxep opened a new pull request, #2936: URL: https://github.com/apache/cassandra/pull/2936
Hi, I've updated the 2 shell scripts that generates the output for Debian based systems. since `apt-key` is deprecated and getting removed soon then I suggest on moving to the "new" way with `gpg --dearmor` method and pointing the apt source to the new file. I've pointed the source of the gpg key to `/etc/apt/keyrings` because `/usr/share/keyrings/` is also getting converted. On Ubuntu 22.04 a default folder `/etc/apt/keyrings` is created but not on `20.04` hence my comment in that shell script. There are no output of `gpg --dearmor` so I have not updated [add_repo_keys.result](https://github.com/apache/cassandra/blob/trunk/doc/modules/cassandra/examples/RESULTS/add_repo_keys.result) I've also updated the `deb` line in [get_deb_packages.sh](https://github.com/apache/cassandra/blob/trunk/doc/modules/cassandra/examples/BASH/get_deb_package.sh) to use signed gpg key since `apt` is starting to require keys like that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

