We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/riboseinc/rnp/blob/6fa0c09fa94168206aa2df617287d9f8a7fba5df/ci/install.sh#L67
build_gpg_stable/build_gpg_beta are functions that the RNP build script uses to install GPG.
build_gpg_stable
build_gpg_beta
@skalee can you help check the code to see if any functionality we can merge in from there? Thanks.
And the combination of this:
if [ "$GPG_VERSION" = "stable" ]; then # npth libgpg-error libgcrypt libassuan libksba pinentry gnupg build_gpg_stable 1.5 1.31 1.8.2 2.5.1 1.3.5 1.1.0 2.2.7 elif [ "$GPG_VERSION" = "beta" ]; then # gettext npth libgpg-error libgcrypt libassuan libksba pinentry gnupg build_gpg_beta latest master master master master master master fe621cc
The text was updated successfully, but these errors were encountered:
@skalee could you help integrate this script in https://github.com/riboseinc/rnp/issues/690 in the RNP repo? Thanks!
Sorry, something went wrong.
No branches or pull requests
https://github.com/riboseinc/rnp/blob/6fa0c09fa94168206aa2df617287d9f8a7fba5df/ci/install.sh#L67
build_gpg_stable
/build_gpg_beta
are functions that the RNP build script uses to install GPG.@skalee can you help check the code to see if any functionality we can merge in from there? Thanks.
And the combination of this:
The text was updated successfully, but these errors were encountered: