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

core: rename data dir environment var #1014

Merged
merged 6 commits into from Apr 22, 2017
Merged

core: rename data dir environment var #1014

merged 6 commits into from Apr 22, 2017

Commits on Apr 22, 2017

  1. core: rename data dir env & location

    This change serves three goals:
    - Rename the env var to CHAIN_CORE_DATA
    - Rename the default location to $HOME/.chaincore
    - Leave overriding the location to platform-specific
    tooling.
    
    For the last item specifically, the Mac app and the
    Windows installer will explicitly set CHAIN_CORE_DATA to
    platform-specific values such as '~/Library/Application
    Support/Chain Core'.
    kr authored and iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    e2d19c2 View commit details
    Browse the repository at this point in the history
  2. s/DATA/HOME/

    kr authored and iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    44ea491 View commit details
    Browse the repository at this point in the history
  3. also rename variables and functions

    kr authored and iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    e726ddc View commit details
    Browse the repository at this point in the history
  4. attempt to update the mac app

    kr authored and iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    62650eb View commit details
    Browse the repository at this point in the history
  5. of course there is a better way

    kr authored and iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    1f93ccf View commit details
    Browse the repository at this point in the history
  6. auto rev id

    iampogo committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    db960d1 View commit details
    Browse the repository at this point in the history