Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Add package revision parameter, fix NDK install, check package exists #45

Closed
wants to merge 11 commits into from
Closed

Add package revision parameter, fix NDK install, check package exists #45

wants to merge 11 commits into from

Commits on Dec 30, 2015

  1. Add revision parameter to package and other related defines

    'present' ensures some revision of the package is installed and does not upgrade
    the package when a new version is available.
    
    '<revision number>' ensures that if <revision number> of the package is
    installed it is not upgraded. Due to limitations of the android tool, if
    <revision number> is not installed, the latest revision will be installed.
    
    Fixes #34.
    
    'latest' ensures that the latest revision of the package is installed and
    upgrades the package when a new version available.
    
    Fixes #26.
    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    e5bbad8 View commit details
    Browse the repository at this point in the history
  2. Minor documentation fixes

    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    d2695a3 View commit details
    Browse the repository at this point in the history
  3. Ensure Android NDK is installed by $android::user

    Runs the installer as the requested user.
    
    Fixes #43.
    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    a67c4ca View commit details
    Browse the repository at this point in the history
  4. Fixes and additions to README

    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    91f2844 View commit details
    Browse the repository at this point in the history
  5. Add validation of parameters

    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    58eefa3 View commit details
    Browse the repository at this point in the history
  6. Fix lint warnings

    Jamie Snape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    13837d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba4b2e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Update inline documentation

    Jamie Snape committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    944c7be View commit details
    Browse the repository at this point in the history
  2. Add missing tests

    Jamie Snape committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    cf97701 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Check that package exists before trying to install

    Fixes #36.
    Jamie Snape committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    cfbc98a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Merge branch 'master' of https://github.com/maestrodev/puppet-android

    …into fixes-docs-validation-revision
    
    # Conflicts:
    #	manifests/sdk.pp
    Jamie Snape committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    c2918f8 View commit details
    Browse the repository at this point in the history