-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[DOCS] Use gpg
instead of apt-key add
to add the GPG key to APT keyrings directory
#26922
Conversation
Could you please also change it here https://github.com/openvinotoolkit/openvino/blob/master/.github/workflows/job_debian_packages.yml#L53 ? Will it work on Ubuntu 20.04? It's minimal version supported by OpenVINO. |
@ilya-lavrenov Hi, I have updated the yml file. |
…yrings Since `apt-key add` is deprecated, I tried by myself to instead use the `gpg` command to add the GPG key to APT keyrings directory.
build_jenkins |
@ilya-lavrenov @artanokhov It came to my attention that the |
|
build_jenkins |
This PR will be closed in a week because of 2 weeks of no activity. |
…eyrings directory (openvinotoolkit#26922) ### Details: Since `apt-key add` is deprecated, I tried by myself to instead use the `gpg` command to add the GPG key to APT keyrings directory. This is what I tried on my own: <https://gist.github.com/ytxmobile98/b198a8ef4d2affd713780b16159a6618#file-install-md> ### Tickets: - *ticket-id* Co-authored-by: Ilya Lavrenov <[email protected]>
Details:
Since
apt-key add
is deprecated, I tried by myself to instead use thegpg
command to add the GPG key to APT keyrings directory.This is what I tried on my own: https://gist.github.com/ytxmobile98/b198a8ef4d2affd713780b16159a6618#file-install-md
Tickets: