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

Semver check script #182

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

Semver check script #182

wants to merge 4 commits into from

Commits on Dec 6, 2016

  1. Add semver_check script to allow greater-than-or-equal version compar…

    …ison
    
    QA: All unit tests pass
    Kristov Atlas committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    eae1f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b6d97 View commit details
    Browse the repository at this point in the history
  3. update config checks for java, openssl, git and curl

    * java: Use new semver_check script
    * openssl: use new semver_check script and update to 1.0.2j
    * git: use new semver_check script and update to 2.10.2
    * curl: use new semver_check script, update to 7.51.0, and use new
    set_curl_latest_path script instead of broken set_path_precedence
    script.
    
    QA:
    To test, I used `python app.py --skip-sudo-checks --debug-print`.
    Results:
    * java: None — did not test with system that has java installed
    * openssl — verified that test passes with latest version on system
    * git — verified that test passes with latest version on system
    * curl — verified that test passes with latest version on system
    Kristov Atlas committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f8d448d View commit details
    Browse the repository at this point in the history
  4. resolve merge conflicts

    Kristov Atlas committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    fcaf53b View commit details
    Browse the repository at this point in the history