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

NDK installation should run whenever it's not installed #259

Closed
wants to merge 1 commit into from

Commits on Mar 21, 2016

  1. NDK installation should run whenever it's not installed

    According to
    https://docs.saltstack.com/en/latest/ref/states/all/salt.states.cmd.html#should-i-use-cmd-run-or-cmd-wait,
    ndk installation will only try to run if the ndk was just downloaded.
    
    In the old implementation, if you succeed at downloading the ndk but fail to
    install it, subsequent highstates won't attempt to install the ndk because the
    downloaded file will be unchanged.
    edunham committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    e2990dd View commit details
    Browse the repository at this point in the history