Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: basho/node_package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
Loading
...
head repository: basho/node_package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 6, 2017

  1. Set NODETOOL up as an alias and include ERL_FLAGS env vars

    nodetool won't work with TLS distribution as the erlang vm args
    don't get passed in to escript. This commit reads the TLS args from
    the vm.args file if it exists and prefixes the call to escript with
    them.
    The only way to have this work properly is to alias the command rather
    than store it as a variable
    
    basho/riak#509
    tombriden authored and Brian Sparrow committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    44a4f19 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Configuration menu
    Copy the full SHA
    ba63c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6295abe View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Fix for Solaris10 sh (#212)

    Commit 44a4f19 uses $(command) notation
    to populate SSL_ARGS. This notation is not supported by Solaris10 sh.
    
    Use backticks instead.
    
    Ksh expands aliases containing '=' differently from bash, but seems
    to work fine when an alias is evaluated inside backticks. Call NODETOOL
    inside backticks consistently throughout the file.
    
    As other functions depend on ping_node() returning the exit code
    from NODETOOL, but CLI users expect to see the stdout output, capture
    the exit code before echoing the command output.
    kesslerm authored and bsparrow435 committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    83f5944 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Use PID instead of $RANDOM to support non-bash (#217)

    * Update runner
    
    * Remove underscores so attach node is named properly
    bsparrow435 authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    ad5cc66 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.