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

Fixing bug with geode home determination #7550

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Apr 4, 2022

  1. Fixing bug with geode home determination

    If you place the product_dir in a path with "bin" in, the old method would ruin the path. For example 
    `C:\Users\steve\bin\apache-geode-1.14.4\bin\`
    
    would become
    `C:\Users\steveapache-geode-1.14.4`
    
    This implementation cuts off the last 4 letters of the bin directory to get to the installation location.
    Steven Pousty committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    5a0cb96 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Update gfsh.bat

    Steven Pousty committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1804834 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Update gfsh.bat

    re-trigger CI since new checks have been added
    onichols-pivotal committed May 21, 2022
    Configuration menu
    Copy the full SHA
    28920ca View commit details
    Browse the repository at this point in the history