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

Merge in functionality from RNP's GPG build script #3

Open
ronaldtse opened this issue Jun 24, 2018 · 1 comment
Open

Merge in functionality from RNP's GPG build script #3

ronaldtse opened this issue Jun 24, 2018 · 1 comment

Comments

@ronaldtse
Copy link
Contributor

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:

  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
@ronaldtse
Copy link
Contributor Author

@skalee could you help integrate this script in https://github.com/riboseinc/rnp/issues/690 in the RNP repo? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants