Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rnpgp/gpg-build-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rnpgp/gpg-build-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: osx
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on May 2, 2019

  1. Don't install additional software outside Travis

    Some examples require additional software when they are run in Travis
    CI.
    skalee committed May 2, 2019
    Configuration menu
    Copy the full SHA
    73b3df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7f332 View commit details
    Browse the repository at this point in the history
  3. Use more compatible options in mktemp

    The `--tmpdir` option is unsupported by mktemp in OS X.  Althoguh
    option `-t` is deprecated in Linux, and there are some other
    discrepancies between these two systems, result is good enough in our
    case.
    skalee committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0523382 View commit details
    Browse the repository at this point in the history
  4. Update examples for OS X

    Update script invocations and expectations so they cover GnuPG
    installation on OS X, not only on Linux.
    skalee committed May 2, 2019
    Configuration menu
    Copy the full SHA
    3df7e38 View commit details
    Browse the repository at this point in the history
Loading